develooper Front page | perl.perl5.porters | Postings from January 2001

[PATCH] regcomp.c old feature removal

Thread Next
From:
mjd
Date:
January 16, 2001 09:09
Subject:
[PATCH] regcomp.c old feature removal
Message ID:
20010116144318.7140.qmail@plover.com

I don't know what this used to be for, but it's no longer used.

--- regcomp.c	2001/01/16 14:40:09	1.1
+++ regcomp.c	2001/01/16 14:40:13
@@ -154,11 +154,6 @@
 #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... */

Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About