From a4e790c1e104e81d3916c3ff82ac9854ff247966 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sat, 19 Mar 2011 19:18:47 -0600 Subject: [PATCH] regcomp.h: Add comment --- regcomp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4