regcomp.c: Remove a cargo-culted #undef SPSTART
authorBrian Fraser <fraserbn@gmail.com>
Fri, 30 Aug 2013 20:36:46 +0000 (17:36 -0300)
committerBrian Fraser <fraserbn@gmail.com>
Sat, 21 Sep 2013 11:47:39 +0000 (08:47 -0300)
regcomp.c

index 0d1910f..b421a78 100644 (file)
--- a/regcomp.c
+++ b/regcomp.c
@@ -215,9 +215,6 @@ typedef struct RExC_state_t {
 #define        ISMULT2(s)      ((*s) == '*' || (*s) == '+' || (*s) == '?' || \
        ((*s) == '{' && regcurly(s, FALSE)))
 
-#ifdef SPSTART
-#undef SPSTART         /* dratted cpp namespace... */
-#endif
 /*
  * Flags to be passed up and down.
  */