diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2007-04-23 22:27:27 +0000 |
---|---|---|
committer | Dave Mitchell <davem@fdisolutions.com> | 2007-04-23 22:27:27 +0000 |
commit | 219f722694525406e854cc2c0ab7723f56ce7dfc (patch) | |
tree | 17f34a8d8f531af8db72d967ab82a06d083e0c72 /perlapi.h | |
parent | 34caed6d4270e612a2c83bf89b8797851c7ed4d1 (diff) | |
download | perl-219f722694525406e854cc2c0ab7723f56ce7dfc.tar.gz |
inline S_init_lexer() and regen
p4raw-id: //depot/perl@31045
Diffstat (limited to 'perlapi.h')
-rw-r--r-- | perlapi.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -424,8 +424,6 @@ END_EXTERN_C #define PL_nice_chunk_size (*Perl_Inice_chunk_size_ptr(aTHX)) #undef PL_nomemok #define PL_nomemok (*Perl_Inomemok_ptr(aTHX)) -#undef PL_numeric_compat1 -#define PL_numeric_compat1 (*Perl_Inumeric_compat1_ptr(aTHX)) #undef PL_numeric_local #define PL_numeric_local (*Perl_Inumeric_local_ptr(aTHX)) #undef PL_numeric_name @@ -640,8 +638,6 @@ END_EXTERN_C #define PL_uudmap (*Perl_Iuudmap_ptr(aTHX)) #undef PL_warnhook #define PL_warnhook (*Perl_Iwarnhook_ptr(aTHX)) -#undef PL_widesyscalls -#define PL_widesyscalls (*Perl_Iwidesyscalls_ptr(aTHX)) #undef PL_xmlfp #define PL_xmlfp (*Perl_Ixmlfp_ptr(aTHX)) #undef PL_Sv |