diff options
author | Yves Orton <yves.orton@booking.com> | 2014-01-30 18:07:36 +0800 |
---|---|---|
committer | Yves Orton <yves.orton@booking.com> | 2014-01-31 01:45:34 +0800 |
commit | 0d331aaf61fba3b76c8d35852b94950c028661de (patch) | |
tree | 35935a21266f1e7f4ef0d2f1534a25a21f31da32 /regcomp.h | |
parent | e3e400ec345b9fd8b4129bb36c3d0b73c95cadcd (diff) | |
download | perl-0d331aaf61fba3b76c8d35852b94950c028661de.tar.gz |
Rename RXf_CANY_SEEN to PREGf_CANY_SEEN and move from extflags to intflags
Diffstat (limited to 'regcomp.h')
-rw-r--r-- | regcomp.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 */ |