MAking Solaris malloc() the default
[p5sagit/p5-mst-13.2.git] / regcomp.c
index c85eb5e..96a2789 100644 (file)
--- 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... */