From: Nick Ing-Simmons Date: Sun, 14 Dec 1997 15:30:25 +0000 (+0000) Subject: #undef new PERLVARIC macro in appropriate places X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0f3f18a6c338e0fd84bde3ccfc0a15b37809c32a;p=p5sagit%2Fp5-mst-13.2.git #undef new PERLVARIC macro in appropriate places p4raw-id: //depot/ansiperl@365 --- diff --git a/miniperlmain.c b/miniperlmain.c index b6c5c65..190c7fb 100644 --- a/miniperlmain.c +++ b/miniperlmain.c @@ -32,7 +32,7 @@ char **env; #include "perlvars.h" #undef PERLVAR #undef PERLVARI -#undef PERLVARC +#undef PERLVARIC #endif PERL_SYS_INIT(&argc,&argv); diff --git a/perl.h b/perl.h index a2aefa3..351fd8e 100644 --- a/perl.h +++ b/perl.h @@ -1710,6 +1710,7 @@ typedef struct perl_thread *Thread; #undef PERLVAR #undef PERLVARI +#undef PERLVARIC #if defined(HASATTRIBUTE) && defined(WIN32) /*