aboutsummaryrefslogtreecommitdiffstats
path: root/src/syntax.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/syntax.c')
-rw-r--r--src/syntax.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syntax.c b/src/syntax.c
index 052191d5fef..55f73d6d106 100644
--- a/src/syntax.c
+++ b/src/syntax.c
@@ -1470,7 +1470,7 @@ skip_chars (forwardp, syntaxp, string, lim, handle_iso_classes)
1470 const unsigned char *class_beg = str + i_byte + 1; 1470 const unsigned char *class_beg = str + i_byte + 1;
1471 const unsigned char *class_end = class_beg; 1471 const unsigned char *class_end = class_beg;
1472 const unsigned char *class_limit = str + size_byte - 2; 1472 const unsigned char *class_limit = str + size_byte - 2;
1473 /* Leave room for the null. */ 1473 /* Leave room for the null. */
1474 unsigned char class_name[CHAR_CLASS_MAX_LENGTH + 1]; 1474 unsigned char class_name[CHAR_CLASS_MAX_LENGTH + 1];
1475 re_wctype_t cc; 1475 re_wctype_t cc;
1476 1476