summaryrefslogtreecommitdiff
path: root/embedvar.h
diff options
context:
space:
mode:
authorPaul Szabo <psz@maths.usyd.edu.au>2004-03-19 19:17:56 +1100
committerNicholas Clark <nick@ccl4.org>2004-03-23 13:38:11 +0000
commitae3f3efdef21cd5e7aaa929b0e067c679af06832 (patch)
treecde299b852fe196281b768e89463e9680ce12045 /embedvar.h
parent45a2796c78934ddcc83dbc97c4c2f291dc19cfd1 (diff)
downloadperl-ae3f3efdef21cd5e7aaa929b0e067c679af06832.tar.gz
5.9.1 suidperl
Message-Id: <200403182117.i2ILHug513080@milan.maths.usyd.edu.au> (which variables renamed as requested, plus tweaks to work on platforms with no ST_NOEXEC) p4raw-id: //depot/perl@22563
Diffstat (limited to 'embedvar.h')
-rw-r--r--embedvar.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/embedvar.h b/embedvar.h
index f7cc10aab7..2f404b51ad 100644
--- a/embedvar.h
+++ b/embedvar.h
@@ -246,6 +246,7 @@
#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)
@@ -393,6 +394,7 @@
#define PL_sublex_info (vTHX->Isublex_info)
#define PL_subline (vTHX->Isubline)
#define PL_subname (vTHX->Isubname)
+#define PL_suidscript (vTHX->Isuidscript)
#define PL_sv_arenaroot (vTHX->Isv_arenaroot)
#define PL_sv_count (vTHX->Isv_count)
#define PL_sv_no (vTHX->Isv_no)
@@ -547,6 +549,7 @@
#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
@@ -694,6 +697,7 @@
#define PL_Isublex_info PL_sublex_info
#define PL_Isubline PL_subline
#define PL_Isubname PL_subname
+#define PL_Isuidscript PL_suidscript
#define PL_Isv_arenaroot PL_sv_arenaroot
#define PL_Isv_count PL_sv_count
#define PL_Isv_no PL_sv_no