#undef new PERLVARIC macro in appropriate places
authorNick Ing-Simmons <nik@tiuk.ti.com>
Sun, 14 Dec 1997 15:30:25 +0000 (15:30 +0000)
committerNick Ing-Simmons <nik@tiuk.ti.com>
Sun, 14 Dec 1997 15:30:25 +0000 (15:30 +0000)
p4raw-id: //depot/ansiperl@365

miniperlmain.c
perl.h

index b6c5c65b4d3e448fa83e27c2d8c520cb766d6592..190c7fb17bea8a0c780ae55a71651b0c0e193614 100644 (file)
@@ -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 a2aefa349ec80c21d50ab9342e9ebb5d9d95e99e..351fd8e89f21512061d3e8a7b68820378742ee27 100644 (file)
--- 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)
 /*