diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-05-01 21:13:01 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-06-12 16:15:22 +0200 |
commit | 9e08d3a49aaebdf17eb8671b022395f689827205 (patch) | |
tree | 84871d2363fb941775d77d23043a1ad60c23d465 /perlapi.h | |
parent | 457c538539eca0f3c596861d7d14ab0c0e9ee438 (diff) | |
download | perl-9e08d3a49aaebdf17eb8671b022395f689827205.tar.gz |
In perlvar.h, move the always-present globals above those conditionally compiled
Rename PL_interp_size_5_10_0 to PL_interp_size_5_16_0, as it is only intended to
track interpreter size within (forwards) binary compatible maintenance branches.
Diffstat (limited to 'perlapi.h')
-rw-r--r-- | perlapi.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -119,8 +119,8 @@ END_EXTERN_C #define PL_hints_mutex (*Perl_Ghints_mutex_ptr(NULL)) #undef PL_interp_size #define PL_interp_size (*Perl_Ginterp_size_ptr(NULL)) -#undef PL_interp_size_5_10_0 -#define PL_interp_size_5_10_0 (*Perl_Ginterp_size_5_10_0_ptr(NULL)) +#undef PL_interp_size_5_16_0 +#define PL_interp_size_5_16_0 (*Perl_Ginterp_size_5_16_0_ptr(NULL)) #undef PL_keyword_plugin #define PL_keyword_plugin (*Perl_Gkeyword_plugin_ptr(NULL)) #undef PL_malloc_mutex |