summaryrefslogtreecommitdiff
path: root/regcomp.c
diff options
context:
space:
mode:
authorMark-Jason Dominus <mjd@plover.com>2001-01-16 14:43:18 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-01-16 18:13:43 +0000
commitf6e681c80d37390847118575795f2cc6a2e69c87 (patch)
treeff5ca53e8a865c7fce49b6bbd6360fbc5aff8875 /regcomp.c
parente26f5b628c8d72393aa7c2c14830f9c880c7eacf (diff)
downloadperl-f6e681c80d37390847118575795f2cc6a2e69c87.tar.gz
regcomp.c old feature removal
Message-ID: <20010116144318.7140.qmail@plover.com> p4raw-id: //depot/perl@8455
Diffstat (limited to 'regcomp.c')
-rw-r--r--regcomp.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/regcomp.c b/regcomp.c
index c85eb5e123..96a2789888 100644
--- a/regcomp.c
+++ b/regcomp.c
@@ -154,11 +154,6 @@ typedef struct RExC_state_t {
#define ISMULT1(c) ((c) == '*' || (c) == '+' || (c) == '?')
#define ISMULT2(s) ((*s) == '*' || (*s) == '+' || (*s) == '?' || \
((*s) == '{' && regcurly(s)))
-#ifdef atarist
-#define PERL_META "^$.[()|?+*\\"
-#else
-#define META "^$.[()|?+*\\"
-#endif
#ifdef SPSTART
#undef SPSTART /* dratted cpp namespace... */