diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-05-01 22:12:15 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-06-12 16:15:22 +0200 |
commit | 724cf8d623675450a9b7be794b6b3917972e83f8 (patch) | |
tree | 11ea73b19174ec36c2b07b09d87cc4de49b2cea0 /perlapi.h | |
parent | 9e08d3a49aaebdf17eb8671b022395f689827205 (diff) | |
download | perl-724cf8d623675450a9b7be794b6b3917972e83f8.tar.gz |
Move PL_global_struct_size, PL_interp_size{,_5_16_0} to perl.h
Make them const U16 - they should have been const from the start.
Diffstat (limited to 'perlapi.h')
-rw-r--r-- | perlapi.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -113,14 +113,8 @@ END_EXTERN_C #define PL_dollarzero_mutex (*Perl_Gdollarzero_mutex_ptr(NULL)) #undef PL_fold_locale #define PL_fold_locale (*Perl_Gfold_locale_ptr(NULL)) -#undef PL_global_struct_size -#define PL_global_struct_size (*Perl_Gglobal_struct_size_ptr(NULL)) #undef PL_hints_mutex #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_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 |