combopatch
[p5sagit/p5-mst-13.2.git] / util.c
diff --git a/util.c b/util.c
index 0bff7e7..9d8a0c1 100644 (file)
--- a/util.c
+++ b/util.c
@@ -4723,6 +4723,11 @@ Perl_init_global_struct(pTHX)
 #  else
     plvarsp = PL_VarsPtr;
 #  endif /* PERL_GLOBAL_STRUCT_PRIVATE */
+#  undef PERLVAR
+#  undef PERLVARA
+#  undef PERLVARI
+#  undef PERLVARIC
+#  undef PERLVARISC
 #  define PERLVAR(var,type) /**/
 #  define PERLVARA(var,n,type) /**/
 #  define PERLVARI(var,type,init) plvarsp->var = init;