diff options
author | Karl Williamson <khw@cpan.org> | 2016-08-05 16:47:03 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2016-08-05 21:16:24 -0600 |
commit | 359b005e1b1bd47ba8a3778fcc0eabc87ffce2d7 (patch) | |
tree | 6b58ddd8939545ac9ac6426751958ba2af3ee93f /handy.h | |
parent | 386941121a2747bb3987d9eadcdc46a1f4db017a (diff) | |
download | perl-359b005e1b1bd47ba8a3778fcc0eabc87ffce2d7.tar.gz |
handy.h: Clarify comment
Diffstat (limited to 'handy.h')
-rw-r--r-- | handy.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -967,7 +967,7 @@ patched there. The file as of this writing is cpan/Devel-PPPort/parts/inc/misc # define _CC_PRINT 6 /* [:print:] */ # define _CC_ALPHANUMERIC 7 /* [:alnum:] */ # define _CC_GRAPH 8 /* [:graph:] */ -# define _CC_CASED 9 /* [:lower:] and [:upper:] under /i */ +# define _CC_CASED 9 /* [:lower:] or [:upper:] under /i */ #define _FIRST_NON_SWASH_CC 10 /* The character classes above are implemented with swashes. The second group |