From 8dab44642a9d815deeb8bc2999f6bf1ee85a4992 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Fri, 3 Feb 2006 18:10:45 +0000 Subject: Oops. I *thought* that I had checked that all changed files were open. Clearly not. (Fixes change 27066) p4raw-id: //depot/perl@27068 --- embedvar.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'embedvar.h') 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 -- cgit v1.2.1