summaryrefslogtreecommitdiff
path: root/regcomp.h
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2010-11-13 20:55:49 -0700
committerFather Chrysostomos <sprout@cpan.org>2010-11-22 13:32:52 -0800
commit61ef9872575b3dcdaf8dc091243e4764052a29e5 (patch)
tree9fc6d6151110cbaa2e88f19e47950ad92a66f091 /regcomp.h
parent2bb1f15cf3c668a3c56c1bc9c3ce74475ad2d425 (diff)
downloadperl-61ef9872575b3dcdaf8dc091243e4764052a29e5.tar.gz
regcomp.h: Add comment
Diffstat (limited to 'regcomp.h')
-rw-r--r--regcomp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/regcomp.h b/regcomp.h
index b2d5cba9cb..7498e3d0c0 100644
--- 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 */