summaryrefslogtreecommitdiff
path: root/regexp.h
diff options
context:
space:
mode:
authorIlya Zakharevich <ilya@math.berkeley.edu>1999-08-04 12:46:57 -0400
committerJarkko Hietaniemi <jhi@iki.fi>1999-08-05 08:09:59 +0000
commit3c498a0f70a1bddf7ab8c989d90c01be43d60df8 (patch)
tree4ccf9f885dab23d66a53f2d4e7516cf7f3910756 /regexp.h
parentc732ba9f2b5df0735913d1773d17404d3f0c4e2a (diff)
downloadperl-3c498a0f70a1bddf7ab8c989d90c01be43d60df8.tar.gz
Deprecate /^/ implictly meaning /^/m.
To: Gurusamy Sarathy <gsar@activestate.com> Cc: Tom Christiansen <tchrist@jhereg.perl.com>, chaimf@pobox.com, ed@chronos.net, perl5-porters@perl.org Subject: [PATCH 5.00557] split /^/ Message-ID: <19990804164657.A3776@monk.mps.ohio-state.edu> p4raw-id: //depot/cfgperl@3922
Diffstat (limited to 'regexp.h')
-rw-r--r--regexp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/regexp.h b/regexp.h
index 5d787e018a..414b2545ea 100644
--- a/regexp.h
+++ b/regexp.h
@@ -69,6 +69,8 @@ typedef struct regexp {
#define RE_INTUIT_ONECHAR 0x4000000
#define RE_INTUIT_TAIL 0x8000000
+#define ROPT_WARNED 0x10000000
+
#define RE_USE_INTUIT (RE_USE_INTUIT_NOML|RE_USE_INTUIT_ML)
#define REINT_AUTORITATIVE (REINT_AUTORITATIVE_NOML|REINT_AUTORITATIVE_ML)
#define REINT_ONCE (REINT_ONCE_NOML|REINT_ONCE_ML)