summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-03-19 19:18:47 -0600
committerKarl Williamson <public@khwilliamson.com>2011-03-19 21:48:33 -0600
commita4e790c1e104e81d3916c3ff82ac9854ff247966 (patch)
tree45b2aa95b9dec93b9be2c6c91953e9152a408d98
parent3c0998724c84fa469a12b4fab3a82671aa99ebed (diff)
downloadperl-a4e790c1e104e81d3916c3ff82ac9854ff247966.tar.gz
regcomp.h: Add comment
-rw-r--r--regcomp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/regcomp.h b/regcomp.h
index a9b270039a..c8f593b78d 100644
--- 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