This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
cygwin hints back to old
[perl5.git] / perlvars.h
index de3c63b..49f4d5e 100644 (file)
@@ -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