This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.h: Add comment
authorKarl Williamson <public@khwilliamson.com>
Sun, 14 Nov 2010 03:55:49 +0000 (20:55 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 22 Nov 2010 21:32:52 +0000 (13:32 -0800)
regcomp.h

index b2d5cba..7498e3d 100644 (file)
--- a/regcomp.h
+++ b/regcomp.h
@@ -327,7 +327,8 @@ struct regnode_charclass_class {
 #define ANYOF_NONBITMAP                0x20
 #define ANYOF_UNICODE          ANYOF_NONBITMAP /* old name, for back compat */
 
-#define ANYOF_UNICODE_ALL      0x40    /* Matches 0x100 - infinity */
+/* Matches every code point 0x100 and above*/
+#define ANYOF_UNICODE_ALL      0x40
 
 /* EOS used for regstclass only */
 #define ANYOF_EOS              0x80    /* Can match an empty string too */