diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-01-03 12:59:30 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-01-03 12:59:30 +0200 |
commit | 253b88d9f30c3513ab5c525e0a63cc3b055fd80d (patch) | |
tree | 94b1e4868ce83468642eac5591f5b74d0d10d9c3 /dfa.c | |
parent | c34e30427363c70688233a4ce0be44dfc92c6226 (diff) | |
parent | 4a7dc37ea7122759469ee93eae9dadea455d658b (diff) | |
download | egawk-253b88d9f30c3513ab5c525e0a63cc3b055fd80d.tar.gz egawk-253b88d9f30c3513ab5c525e0a63cc3b055fd80d.tar.bz2 egawk-253b88d9f30c3513ab5c525e0a63cc3b055fd80d.zip |
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'dfa.c')
-rw-r--r-- | dfa.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ /* dfa.c - deterministic extended regexp routines for GNU - Copyright (C) 1988, 1998, 2000, 2002, 2004-2005, 2007-2013 Free Software + Copyright (C) 1988, 1998, 2000, 2002, 2004-2005, 2007-2014 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify @@ -470,7 +470,7 @@ static void dfamust (struct dfa *dfa); static void regexp (void); /* These two macros are identical to the ones in gnulib's xalloc.h, - except that they not to case the result to "(t *)", and thus may + except that they do not cast the result to "(t *)", and thus may be used via type-free CALLOC and MALLOC macros. */ #undef XNMALLOC #undef XCALLOC |