diff options
author | Mark-Jason Dominus <mjd@plover.com> | 2001-01-16 14:43:18 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-01-16 18:13:43 +0000 |
commit | f6e681c80d37390847118575795f2cc6a2e69c87 (patch) | |
tree | ff5ca53e8a865c7fce49b6bbd6360fbc5aff8875 | |
parent | e26f5b628c8d72393aa7c2c14830f9c880c7eacf (diff) | |
download | perl-f6e681c80d37390847118575795f2cc6a2e69c87.tar.gz |
regcomp.c old feature removal
Message-ID: <20010116144318.7140.qmail@plover.com>
p4raw-id: //depot/perl@8455
-rw-r--r-- | regcomp.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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... */ |