This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Consolidate some regex OPS
[perl5.git] / handy.h
diff --git a/handy.h b/handy.h
index aaeda4a..223324a 100644 (file)
--- a/handy.h
+++ b/handy.h
@@ -803,7 +803,7 @@ typedef enum {
 #define POSIX_SWASH_COUNT _FIRST_NON_SWASH_CC
 #define POSIX_CC_COUNT    (_HIGHEST_REGCOMP_DOT_H_SYNC + 1)
 
-#if defined(PERL_IN_UTF8_C) || defined(PERL_IN_REGCOMP_C)
+#if defined(PERL_IN_UTF8_C) || defined(PERL_IN_REGCOMP_C) || defined(PERL_IN_REGEXEC_C)
 #   if _CC_WORDCHAR != 0 || _CC_DIGIT != 1 || _CC_ALPHA != 2 || _CC_LOWER != 3 \
        || _CC_UPPER != 4 || _CC_PUNCT != 5 || _CC_PRINT != 6 \
        || _CC_ALPHANUMERIC != 7 || _CC_GRAPH != 8