diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-06-20 11:00:31 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-06-20 11:00:31 +0000 |
commit | 8ae1fe26cb95d1274fd14fd03b3c3d0928a2403f (patch) | |
tree | fcb52651b7d9991dc1b04d83713a4c24c68130f0 /perlapi.h | |
parent | cdd3ba141d0471cdda288698b2e3ab4be509f775 (diff) | |
download | perl-8ae1fe26cb95d1274fd14fd03b3c3d0928a2403f.tar.gz |
Remove the deprecated $# variable
p4raw-id: //depot/perl@24908
Diffstat (limited to 'perlapi.h')
-rw-r--r-- | perlapi.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -456,8 +456,6 @@ END_EXTERN_C #define PL_numeric_radix_sv (*Perl_Inumeric_radix_sv_ptr(aTHX)) #undef PL_numeric_standard #define PL_numeric_standard (*Perl_Inumeric_standard_ptr(aTHX)) -#undef PL_ofmt -#define PL_ofmt (*Perl_Iofmt_ptr(aTHX)) #undef PL_oldbufptr #define PL_oldbufptr (*Perl_Ioldbufptr_ptr(aTHX)) #undef PL_oldname |