regcomp.h: Add comment
authorKarl Williamson <public@khwilliamson.com>
Sun, 20 Mar 2011 01:18:47 +0000 (19:18 -0600)
committerKarl Williamson <public@khwilliamson.com>
Sun, 20 Mar 2011 03:48:33 +0000 (21:48 -0600)
regcomp.h

index a9b2700..c8f593b 100644 (file)
--- a/regcomp.h
+++ b/regcomp.h
@@ -317,7 +317,7 @@ struct regnode_charclass_class {
  * only, with some work, they could be put in the next-node field, or in an
  * unused bit of the classflags field. */
 
-#define ANYOF_LOCALE            0x01
+#define ANYOF_LOCALE            0x01       /* /l modifier */
 
 /* The fold is calculated and stored in the bitmap where possible at compile
  * time.  However there are two cases where it isn't possible.  These share