From 0d331aaf61fba3b76c8d35852b94950c028661de Mon Sep 17 00:00:00 2001 From: Yves Orton Date: Thu, 30 Jan 2014 18:07:36 +0800 Subject: Rename RXf_CANY_SEEN to PREGf_CANY_SEEN and move from extflags to intflags --- regcomp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'regcomp.h') diff --git a/regcomp.h b/regcomp.h index d8f60db20c..5dbc1f31e6 100644 --- a/regcomp.h +++ b/regcomp.h @@ -136,6 +136,7 @@ #define PREGf_USE_RE_EVAL 0x00000020 /* compiled with "use re 'eval'" */ /* these used to be extflags, but are now intflags */ #define PREGf_NOSCAN 0x00000040 +#define PREGf_CANY_SEEN 0x00000080 /* this is where the old regcomp.h started */ -- cgit v1.2.1