diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-03-19 19:18:47 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-03-19 21:48:33 -0600 |
commit | a4e790c1e104e81d3916c3ff82ac9854ff247966 (patch) | |
tree | 45b2aa95b9dec93b9be2c6c91953e9152a408d98 /regcomp.h | |
parent | 3c0998724c84fa469a12b4fab3a82671aa99ebed (diff) | |
download | perl-a4e790c1e104e81d3916c3ff82ac9854ff247966.tar.gz |
regcomp.h: Add comment
Diffstat (limited to 'regcomp.h')
-rw-r--r-- | regcomp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |