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 /embedvar.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 'embedvar.h')
-rw-r--r-- | embedvar.h | 2 |
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 |