diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 1997-12-14 15:30:25 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 1997-12-14 15:30:25 +0000 |
commit | 0f3f18a6c338e0fd84bde3ccfc0a15b37809c32a (patch) | |
tree | 96500dd04d5a05e308c254a38a579ab97048f52f | |
parent | 1b171b8dc5d8ea8bdfc47634b7dd4589627bd142 (diff) | |
download | perl-0f3f18a6c338e0fd84bde3ccfc0a15b37809c32a.tar.gz |
#undef new PERLVARIC macro in appropriate places
p4raw-id: //depot/ansiperl@365
-rw-r--r-- | miniperlmain.c | 2 | ||||
-rw-r--r-- | perl.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/miniperlmain.c b/miniperlmain.c index b6c5c65b4d..190c7fb17b 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); @@ -1710,6 +1710,7 @@ typedef struct perl_thread *Thread; #undef PERLVAR #undef PERLVARI +#undef PERLVARIC #if defined(HASATTRIBUTE) && defined(WIN32) /* |