diff options
author | Ilya Zakharevich <ilya@math.berkeley.edu> | 1999-11-02 21:55:21 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-11-04 23:05:59 +0000 |
commit | bc9a0d2c623dd8bb74497904d844e3b82bd1c1a3 (patch) | |
tree | 94bff3e4c26c34b47e8a1ebb12d13a566e8930f0 /regexp.h | |
parent | 1542b985032ae6eca76d4ca4c21d2269e21544f1 (diff) | |
download | perl-bc9a0d2c623dd8bb74497904d844e3b82bd1c1a3.tar.gz |
regexp.h
To: perl5-porters@perl.org (Mailing list Perl5)
Message-Id: <199911030755.CAA06311@monk.mps.ohio-state.edu>
p4raw-id: //depot/cfgperl@4517
Diffstat (limited to 'regexp.h')
-rw-r--r-- | regexp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,13 +52,13 @@ typedef struct regexp { #define ROPT_CHECK_ALL 0x00100 #define ROPT_LOOKBEHIND_SEEN 0x00200 #define ROPT_EVAL_SEEN 0x00400 -#define ROPT_TAINTED_SEEN 0x00800 /* 0xf800 of reganch is used by PMf_COMPILETIME */ #define ROPT_UTF8 0x10000 #define ROPT_NAUGHTY 0x20000 /* how exponential is this pattern? */ #define ROPT_COPY_DONE 0x40000 /* subbeg is a copy of the string */ +#define ROPT_TAINTED_SEEN 0x80000 #define RE_USE_INTUIT_NOML 0x0100000 /* Best to intuit before matching */ #define RE_USE_INTUIT_ML 0x0200000 |