summaryrefslogtreecommitdiff
path: root/regexp.h
diff options
context:
space:
mode:
authorDaniel P. Berrange <dan@berrange.com>2001-08-03 12:39:33 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2001-08-04 17:28:55 +0000
commitf33976b4825a1f900bb28e78ad0509286ad2ffe5 (patch)
tree58019b92ac58588a5e773e4361cffd43ab20167b /regexp.h
parent577e12cc4ababd31ea5d99718f699d57deab1b2c (diff)
downloadperl-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/regexp.h b/regexp.h
index 89537c2c6b..6f4b10e878 100644
--- a/regexp.h
+++ b/regexp.h
@@ -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 */