diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-05-23 09:22:35 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-05-23 09:22:35 +0000 |
commit | 6d68c1c71dbf0816de38854194b295210d986cdb (patch) | |
tree | 381bcf4823cddeecbb74a4db56cf4a9ba91cef99 /perlapi.h | |
parent | d1fedbfcf1477fb9db5cef6070dcaf18afd8122b (diff) | |
download | perl-6d68c1c71dbf0816de38854194b295210d986cdb.tar.gz |
We don't need IV and RV arena variables anymore. We don't need to set
SvIVX or SvNVX on hashes.
p4raw-id: //depot/perl@24547
Diffstat (limited to 'perlapi.h')
-rw-r--r-- | perlapi.h | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -651,10 +651,6 @@ END_EXTERN_C #define PL_warnhook (*Perl_Iwarnhook_ptr(aTHX)) #undef PL_widesyscalls #define PL_widesyscalls (*Perl_Iwidesyscalls_ptr(aTHX)) -#undef PL_xiv_arenaroot -#define PL_xiv_arenaroot (*Perl_Ixiv_arenaroot_ptr(aTHX)) -#undef PL_xiv_root -#define PL_xiv_root (*Perl_Ixiv_root_ptr(aTHX)) #undef PL_xnv_arenaroot #define PL_xnv_arenaroot (*Perl_Ixnv_arenaroot_ptr(aTHX)) #undef PL_xnv_root @@ -699,10 +695,6 @@ END_EXTERN_C #define PL_xpvnv_arenaroot (*Perl_Ixpvnv_arenaroot_ptr(aTHX)) #undef PL_xpvnv_root #define PL_xpvnv_root (*Perl_Ixpvnv_root_ptr(aTHX)) -#undef PL_xrv_arenaroot -#define PL_xrv_arenaroot (*Perl_Ixrv_arenaroot_ptr(aTHX)) -#undef PL_xrv_root -#define PL_xrv_root (*Perl_Ixrv_root_ptr(aTHX)) #undef PL_yycharp #define PL_yycharp (*Perl_Iyycharp_ptr(aTHX)) #undef PL_yylvalp |