This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Change #4136 edited DynaLoader.xs which is kind of fruitless.
[perl5.git] / miniperlmain.c
index 11635dd..f7b24f4 100644 (file)
@@ -28,10 +28,12 @@ main(int argc, char **argv, char **env)
 
 #ifdef PERL_GLOBAL_STRUCT
 #define PERLVAR(var,type) /**/
+#define PERLVARA(var,type) /**/
 #define PERLVARI(var,type,init) PL_Vars.var = init;
 #define PERLVARIC(var,type,init) PL_Vars.var = init;
 #include "perlvars.h"
 #undef PERLVAR
+#undef PERLVARA
 #undef PERLVARI
 #undef PERLVARIC
 #endif