#undef new PERLVARIC macro in appropriate places
Nick Ing-Simmons [Sun, 14 Dec 1997 15:30:25 +0000 (15:30 +0000)]
p4raw-id: //depot/ansiperl@365

miniperlmain.c
perl.h

index b6c5c65..190c7fb 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 a2aefa3..351fd8e 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)
 /*