diff options
author | Daniel P. Berrange <dan@berrange.com> | 2001-08-03 12:39:33 +0100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-08-04 17:28:55 +0000 |
commit | f33976b4825a1f900bb28e78ad0509286ad2ffe5 (patch) | |
tree | 58019b92ac58588a5e773e4361cffd43ab20167b /regexp.h | |
parent | 577e12cc4ababd31ea5d99718f699d57deab1b2c (diff) | |
download | perl-f33976b4825a1f900bb28e78ad0509286ad2ffe5.tar.gz |
Decouple SANY into SANY and CANY: the new SANY is /./s,
the new CANY is the \C. The problem reported and the
test case supplied in
Subject: UTF-8 bugs in string length & single line regex matches
Message-ID: <20010803113932.A19318@berrange.com>
p4raw-id: //depot/perl@11575
Diffstat (limited to 'regexp.h')
-rw-r--r-- | regexp.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -57,6 +57,7 @@ typedef struct regexp { #define ROPT_LOOKBEHIND_SEEN 0x00200 #define ROPT_EVAL_SEEN 0x00400 #define ROPT_SANY_SEEN 0x00800 +#define ROPT_CANY_SEEN 0x01000 /* 0xf800 of reganch is used by PMf_COMPILETIME */ |