diff options
author | Karl Williamson <khw@cpan.org> | 2017-12-24 17:11:29 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2017-12-25 10:32:12 -0700 |
commit | 0bc0e44f66a45ac39582021ea303c94b15147c92 (patch) | |
tree | 995f5756ec9d65e2999f9a834f6463025e7086bc /regcomp.h | |
parent | f08f2d0393c6f2ccdfc17ed791cd9956d95eaa4e (diff) | |
download | perl-0bc0e44f66a45ac39582021ea303c94b15147c92.tar.gz |
regcomp.h: Add comment
Diffstat (limited to 'regcomp.h')
-rw-r--r-- | regcomp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |