From: Karl Williamson Date: Sun, 20 Mar 2011 01:18:47 +0000 (-0600) Subject: regcomp.h: Add comment X-Git-Tag: accepted/trunk/20130322.191538~4875 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a4e790c1e104e81d3916c3ff82ac9854ff247966;p=platform%2Fupstream%2Fperl.git regcomp.h: Add comment --- diff --git a/regcomp.h b/regcomp.h index a9b2700..c8f593b 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