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
commit2cdd06f700e22243a0f92357f562eb4b13b7197a (patch)
tree4ccf9f885dab23d66a53f2d4e7516cf7f3910756 /regexp.h
parente07e341956f18e57659bfd4ab6881a29bbc725c9 (diff)
downloadperl-2cdd06f700e22243a0f92357f562eb4b13b7197a.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)