From: Karl Williamson Date: Sun, 14 Nov 2010 03:55:49 +0000 (-0700) Subject: regcomp.h: Add comment X-Git-Tag: v5.13.8~241 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/61ef9872575b3dcdaf8dc091243e4764052a29e5?ds=inline regcomp.h: Add comment --- diff --git a/regcomp.h b/regcomp.h index b2d5cba..7498e3d 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 */