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 /dfa.c | |
parent | b504b2707e0780d5f0b347aef9bead0e516813a2 (diff) | |
download | egawk-ac268ec2058b1615f41c750ccc55cf038ab1bca6.tar.gz egawk-ac268ec2058b1615f41c750ccc55cf038ab1bca6.tar.bz2 egawk-ac268ec2058b1615f41c750ccc55cf038ab1bca6.zip |
Sync with grep.
Diffstat (limited to 'dfa.c')
-rw-r--r-- | dfa.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |