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