X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=perlvars.h;h=174747884f81c93b07654bf681312177777c9c0b;hb=fdb068fae82a164ca46639e6b096f05aeb3dc5ea;hp=29093870cbdccca517ac1b90fc30be1eba38083f;hpb=80252599d4b7fb26eec4e3a0f451b4387c5dcc19;p=p5sagit%2Fp5-mst-13.2.git diff --git a/perlvars.h b/perlvars.h index 2909387..1747478 100644 --- a/perlvars.h +++ b/perlvars.h @@ -141,13 +141,8 @@ PERLVAR(Ghints, U32) /* pragma-tic compile-time flags */ PERLVAR(Gdo_undump, bool) /* -u or dump seen? */ PERLVAR(Gdebug, VOL U32) /* flags given to -D switch */ - -#ifdef OVERLOAD - PERLVAR(Gamagic_generation, long) -#endif - #ifdef USE_LOCALE_COLLATE PERLVAR(Gcollation_ix, U32) /* Collation generation index */ PERLVAR(Gcollation_name,char *) /* Name of current collation */