summaryrefslogtreecommitdiff
path: root/regcomp.h
diff options
context:
space:
mode:
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,