diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2008-01-11 13:55:07 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2008-01-11 13:55:07 +0000 |
commit | 4c84d7f2a03f1d29578b3894e1b6863673b307fb (patch) | |
tree | 701d29965be00b3f11d54bc7b6fed464bdd4a2d9 /perlapi.h | |
parent | 5ac1e9b286b068746476878a8a6206b06828a175 (diff) | |
download | perl-4c84d7f2a03f1d29578b3894e1b6863673b307fb.tar.gz |
Remove the -P switch
p4raw-id: //depot/perl@32954
Diffstat (limited to 'perlapi.h')
-rw-r--r-- | perlapi.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -506,8 +506,6 @@ END_EXTERN_C #define PL_ppid (*Perl_Ippid_ptr(aTHX)) #undef PL_preambleav #define PL_preambleav (*Perl_Ipreambleav_ptr(aTHX)) -#undef PL_preprocess -#define PL_preprocess (*Perl_Ipreprocess_ptr(aTHX)) #undef PL_profiledata #define PL_profiledata (*Perl_Iprofiledata_ptr(aTHX)) #undef PL_psig_name |