From fb44529bfa05b9c05cc2edd49566db1b3a37ca54 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Fri, 1 Dec 2017 13:56:50 +0200 Subject: Small updates in support routines. --- support/regcomp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support/regcomp.c') 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 == '_') -- cgit v1.2.3