This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bb1f15
)
regcomp.h: Add comment
author
Karl Williamson
<public@khwilliamson.com>
Sun, 14 Nov 2010 03:55:49 +0000
(20:55 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Mon, 22 Nov 2010 21:32:52 +0000
(13:32 -0800)
regcomp.h
patch
|
blob
|
blame
|
history
diff --git
a/regcomp.h
b/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 */