X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/ffee3ff61d01bece17fbf5f9da633f1917fa5c0a..7c65b8e2206ddeabed0d9e8a826a60dfc601a8a1:/perlvars.h diff --git a/perlvars.h b/perlvars.h index de3c63b..49f4d5e 100644 --- a/perlvars.h +++ b/perlvars.h @@ -175,7 +175,7 @@ PERLVARI(Gsubversion, U8, PERL_SUBVERSION) sizeof(((struct interpreter*)0)->member) /* These might be useful. */ -PERLVARI(Ginterpreter_size, U16, sizeof(struct interpreter)) +PERLVARI(Ginterp_size, U16, sizeof(struct interpreter)) #if defined(PERL_GLOBAL_STRUCT) PERLVARI(Gglobal_struct_size, U16, sizeof(struct perl_vars)) #endif @@ -183,6 +183,6 @@ PERLVARI(Gglobal_struct_size, U16, sizeof(struct perl_vars)) /* This will be useful for subsequent releases, because this has to be the same in your libperl as in main(), else you have a mismatch and must abort. */ -PERLVARI(Ginterpreter_size_5_10_0, U16, +PERLVARI(Ginterp_size_5_10_0, U16, PERL_INTERPRETER_SIZE_UPTO_MEMBER(PERL_LAST_5_10_0_INTERP_MEMBER)) #endif