aboutsummaryrefslogtreecommitdiffstats
path: root/support/regcomp.c
diff options
context:
space:
mode:
Diffstat (limited to 'support/regcomp.c')
-rw-r--r--support/regcomp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/regcomp.c b/support/regcomp.c
index 2b662edb..4fca1108 100644
--- a/support/regcomp.c
+++ b/support/regcomp.c
@@ -999,9 +999,9 @@ init_word_char (re_dfa_t *dfa)
return;
}
}
-#endif
general_case:
+#endif
for (; i < BITSET_WORDS; ++i)
for (int j = 0; j < BITSET_WORD_BITS; ++j, ++ch)
if (isalnum (ch) || ch == '_')