diff options
author | Nicholas Clark <nick@ccl4.org> | 2006-02-03 18:10:45 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-02-03 18:10:45 +0000 |
commit | 8dab44642a9d815deeb8bc2999f6bf1ee85a4992 (patch) | |
tree | 7f9b7f1f407359cbfd8779850fc3e9212b7a213a /perlapi.h | |
parent | 84b2b14beadff5ecd6b639a44c9ae7c2f1664528 (diff) | |
download | perl-8dab44642a9d815deeb8bc2999f6bf1ee85a4992.tar.gz |
Oops. I *thought* that I had checked that all changed files were open.
Clearly not. (Fixes change 27066)
p4raw-id: //depot/perl@27068
Diffstat (limited to 'perlapi.h')
-rw-r--r-- | perlapi.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -290,8 +290,6 @@ END_EXTERN_C #define PL_expect (*Perl_Iexpect_ptr(aTHX)) #undef PL_fdpid #define PL_fdpid (*Perl_Ifdpid_ptr(aTHX)) -#undef PL_fdscript -#define PL_fdscript (*Perl_Ifdscript_ptr(aTHX)) #undef PL_filemode #define PL_filemode (*Perl_Ifilemode_ptr(aTHX)) #undef PL_forkprocess |