X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=miniperlmain.c;h=190c7fb17bea8a0c780ae55a71651b0c0e193614;hb=902173a3f9be2337628b9b0cc2629acc55276ccc;hp=9b45889419f016d074e20430fac31904bc01cc50;hpb=22239a37ce131e4f5341aee571f08aced283e16a;p=p5sagit%2Fp5-mst-13.2.git diff --git a/miniperlmain.c b/miniperlmain.c index 9b45889..190c7fb 100644 --- a/miniperlmain.c +++ b/miniperlmain.c @@ -28,9 +28,11 @@ char **env; #ifdef PERL_GLOBAL_STRUCT #define PERLVAR(var,type) /**/ #define PERLVARI(var,type,init) Perl_Vars.var = init; +#define PERLVARIC(var,type,init) Perl_Vars.var = init; #include "perlvars.h" #undef PERLVAR #undef PERLVARI +#undef PERLVARIC #endif PERL_SYS_INIT(&argc,&argv);