diff options
author | Craig A. Berry <craigberry@mac.com> | 2007-11-11 22:45:46 +0000 |
---|---|---|
committer | Craig A. Berry <craigberry@mac.com> | 2007-11-11 22:45:46 +0000 |
commit | 01523419c4975d14e4e5f85345c082d2525fd1a2 (patch) | |
tree | 75441468fd1b544fa34bf2d32636ebd0959e622d /perlapi.h | |
parent | fe98d82b2e4171a609025e7b159d7945efe2900c (diff) | |
download | perl-01523419c4975d14e4e5f85345c082d2525fd1a2.tar.gz |
Following 32238, change "interpreter_size" to "interp_size" in the new
global symbols to keep overall symbol length within 31 characters,
which is what the VMS C compiler with default flags can handle.
p4raw-id: //depot/perl@32275
Diffstat (limited to 'perlapi.h')
-rw-r--r-- | perlapi.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -756,10 +756,10 @@ END_EXTERN_C #define PL_hexdigit (*Perl_Ghexdigit_ptr(NULL)) #undef PL_hints_mutex #define PL_hints_mutex (*Perl_Ghints_mutex_ptr(NULL)) -#undef PL_interpreter_size -#define PL_interpreter_size (*Perl_Ginterpreter_size_ptr(NULL)) -#undef PL_interpreter_size_5_10_0 -#define PL_interpreter_size_5_10_0 (*Perl_Ginterpreter_size_5_10_0_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_malloc_mutex #define PL_malloc_mutex (*Perl_Gmalloc_mutex_ptr(NULL)) #undef PL_mmap_page_size |