summaryrefslogtreecommitdiff
path: root/embedvar.h
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2008-01-11 13:55:07 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2008-01-11 13:55:07 +0000
commit4c84d7f2a03f1d29578b3894e1b6863673b307fb (patch)
tree701d29965be00b3f11d54bc7b6fed464bdd4a2d9 /embedvar.h
parent5ac1e9b286b068746476878a8a6206b06828a175 (diff)
downloadperl-4c84d7f2a03f1d29578b3894e1b6863673b307fb.tar.gz
Remove the -P switch
p4raw-id: //depot/perl@32954
Diffstat (limited to 'embedvar.h')
-rw-r--r--embedvar.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/embedvar.h b/embedvar.h
index 71b603a13c..71199c9f57 100644
--- a/embedvar.h
+++ b/embedvar.h
@@ -235,7 +235,6 @@
#define PL_pidstatus (vTHX->Ipidstatus)
#define PL_ppid (vTHX->Ippid)
#define PL_preambleav (vTHX->Ipreambleav)
-#define PL_preprocess (vTHX->Ipreprocess)
#define PL_profiledata (vTHX->Iprofiledata)
#define PL_psig_name (vTHX->Ipsig_name)
#define PL_psig_pend (vTHX->Ipsig_pend)
@@ -547,7 +546,6 @@
#define PL_Ipidstatus PL_pidstatus
#define PL_Ippid PL_ppid
#define PL_Ipreambleav PL_preambleav
-#define PL_Ipreprocess PL_preprocess
#define PL_Iprofiledata PL_profiledata
#define PL_Ipsig_name PL_psig_name
#define PL_Ipsig_pend PL_psig_pend