summaryrefslogtreecommitdiff
path: root/perlapi.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2011-05-01 21:13:01 +0100
committerNicholas Clark <nick@ccl4.org>2011-06-12 16:15:22 +0200
commit9e08d3a49aaebdf17eb8671b022395f689827205 (patch)
tree84871d2363fb941775d77d23043a1ad60c23d465 /perlapi.h
parent457c538539eca0f3c596861d7d14ab0c0e9ee438 (diff)
downloadperl-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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/perlapi.h b/perlapi.h
index 7458c67d53..eaddb4e5f6 100644
--- a/perlapi.h
+++ b/perlapi.h
@@ -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