summaryrefslogtreecommitdiff
path: root/embedvar.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2006-02-03 18:10:45 +0000
committerNicholas Clark <nick@ccl4.org>2006-02-03 18:10:45 +0000
commit8dab44642a9d815deeb8bc2999f6bf1ee85a4992 (patch)
tree7f9b7f1f407359cbfd8779850fc3e9212b7a213a /embedvar.h
parent84b2b14beadff5ecd6b639a44c9ae7c2f1664528 (diff)
downloadperl-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 'embedvar.h')
-rw-r--r--embedvar.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/embedvar.h b/embedvar.h
index 9b7fe7daf4..ecc46a009a 100644
--- a/embedvar.h
+++ b/embedvar.h
@@ -246,7 +246,6 @@
#define PL_exitlistlen (vTHX->Iexitlistlen)
#define PL_expect (vTHX->Iexpect)
#define PL_fdpid (vTHX->Ifdpid)
-#define PL_fdscript (vTHX->Ifdscript)
#define PL_filemode (vTHX->Ifilemode)
#define PL_forkprocess (vTHX->Iforkprocess)
#define PL_formfeed (vTHX->Iformfeed)
@@ -528,7 +527,6 @@
#define PL_Iexitlistlen PL_exitlistlen
#define PL_Iexpect PL_expect
#define PL_Ifdpid PL_fdpid
-#define PL_Ifdscript PL_fdscript
#define PL_Ifilemode PL_filemode
#define PL_Iforkprocess PL_forkprocess
#define PL_Iformfeed PL_formfeed