summaryrefslogtreecommitdiff
path: root/regcomp.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2017-12-24 17:11:29 -0700
committerKarl Williamson <khw@cpan.org>2017-12-25 10:32:12 -0700
commit0bc0e44f66a45ac39582021ea303c94b15147c92 (patch)
tree995f5756ec9d65e2999f9a834f6463025e7086bc /regcomp.h
parentf08f2d0393c6f2ccdfc17ed791cd9956d95eaa4e (diff)
downloadperl-0bc0e44f66a45ac39582021ea303c94b15147c92.tar.gz
regcomp.h: Add comment
Diffstat (limited to 'regcomp.h')
-rw-r--r--regcomp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/regcomp.h b/regcomp.h
index 35de486a51..1e82933233 100644
--- a/regcomp.h
+++ b/regcomp.h
@@ -1102,7 +1102,7 @@ re.pm, especially to the documentation.
#endif /* DEBUG RELATED DEFINES */
-#define FIRST_NON_ASCII_DECIMAL_DIGIT 0x660
+#define FIRST_NON_ASCII_DECIMAL_DIGIT 0x660 /* ARABIC_INDIC_DIGIT_ZERO */
typedef enum {
TRADITIONAL_BOUND = _CC_WORDCHAR,