aboutsummaryrefslogtreecommitdiffstats
path: root/dfa.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-06-09 21:48:36 +0300
committerArnold D. Robbins <arnold@skeeve.com>2016-06-09 21:48:36 +0300
commitac268ec2058b1615f41c750ccc55cf038ab1bca6 (patch)
tree6a7d41ef7b8b68220d6735555cade0753f8670a3 /dfa.c
parentb504b2707e0780d5f0b347aef9bead0e516813a2 (diff)
downloadegawk-ac268ec2058b1615f41c750ccc55cf038ab1bca6.tar.gz
egawk-ac268ec2058b1615f41c750ccc55cf038ab1bca6.tar.bz2
egawk-ac268ec2058b1615f41c750ccc55cf038ab1bca6.zip
Sync with grep.
Diffstat (limited to 'dfa.c')
-rw-r--r--dfa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dfa.c b/dfa.c
index a41914e0..97d4497b 100644
--- a/dfa.c
+++ b/dfa.c
@@ -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;