diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-06-09 21:48:36 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-06-09 21:48:36 +0300 |
commit | ac268ec2058b1615f41c750ccc55cf038ab1bca6 (patch) | |
tree | 6a7d41ef7b8b68220d6735555cade0753f8670a3 | |
parent | b504b2707e0780d5f0b347aef9bead0e516813a2 (diff) | |
download | egawk-ac268ec2058b1615f41c750ccc55cf038ab1bca6.tar.gz egawk-ac268ec2058b1615f41c750ccc55cf038ab1bca6.tar.bz2 egawk-ac268ec2058b1615f41c750ccc55cf038ab1bca6.zip |
Sync with grep.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | dfa.c | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2016-06-09 Arnold D. Robbins <arnold@skeeve.com> + + * dfa.c: Sync with GNU grep. + 2016-06-08 Arnold D. Robbins <arnold@skeeve.com> * symbol.c (lookup): If got Node_val, it's a non-variable @@ -1222,7 +1222,7 @@ parse_bracket_exp (void) if (dfa->multibyte) { - static charclass zeroclass; + static charclass const zeroclass; work_mbc->invert = invert; work_mbc->cset = equal (ccl, zeroclass) ? -1 : charclass_index (ccl); return MBCSET; |