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

Re: [PATCH] regcomp.c old feature removal

Thread Previous | Thread Next
From:
Jarkko Hietaniemi
Date:
January 16, 2001 10:15
Subject:
Re: [PATCH] regcomp.c old feature removal
Message ID:
20010116121500.D21189@chaos.wustl.edu
On Tue, Jan 16, 2001 at 02:43:18PM -0000, mjd@plover.com wrote:
> 
> I don't know what this used to be for, but it's no longer used.

Could be pre-perl5 traces.  Thanks, applied.

> --- 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... */

-- 
$jhi++; # http://www.iki.fi/jhi/
        # There is this special biologist word we use for 'stable'.
        # It is 'dead'. -- Jack Cohen

Thread Previous | 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