diff options
author | Nicholas Clark <nick@ccl4.org> | 2006-02-03 20:10:07 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-02-03 20:10:07 +0000 |
commit | cdd8118e49c05b43bd2785d9a269d538a4e8fe8c (patch) | |
tree | 6e86ada5031bbb46f241f733353a59057d1e0af0 /perlapi.h | |
parent | d0bafe7e795ead5473180e3aa70c1cfa0938c0fd (diff) | |
download | perl-cdd8118e49c05b43bd2785d9a269d538a4e8fe8c.tar.gz |
Eliminating PL_suidscript is more tricky, and requires changing the
prototype of Perl_moreswitches.
p4raw-id: //depot/perl@27070
Diffstat (limited to 'perlapi.h')
-rw-r--r-- | perlapi.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -584,8 +584,6 @@ END_EXTERN_C #define PL_subline (*Perl_Isubline_ptr(aTHX)) #undef PL_subname #define PL_subname (*Perl_Isubname_ptr(aTHX)) -#undef PL_suidscript -#define PL_suidscript (*Perl_Isuidscript_ptr(aTHX)) #undef PL_sv_arenaroot #define PL_sv_arenaroot (*Perl_Isv_arenaroot_ptr(aTHX)) #undef PL_sv_count |