summaryrefslogtreecommitdiff
path: root/embedvar.h
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>2001-11-18 13:23:33 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>2001-11-18 13:23:33 +0000
commit543c00c93a3f7ccd573dc2e23ffd06654cf38058 (patch)
treeda52a681c4a1c021985ce7fecb0b141e2a23a4cf /embedvar.h
parent60e4ec2e6ee5ed6e4095807a4e0ada718c12b221 (diff)
downloadperl-543c00c93a3f7ccd573dc2e23ffd06654cf38058.tar.gz
embed.pl generated changes I forgot to include
p4raw-id: //depot/perlio@13068
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 7748218c6d..89c21e5ceb 100644
--- a/embedvar.h
+++ b/embedvar.h
@@ -1338,6 +1338,8 @@
#define PL_malloc_mutex (PL_Vars.Gmalloc_mutex)
#define PL_op_mutex (PL_Vars.Gop_mutex)
#define PL_patleave (PL_Vars.Gpatleave)
+#define PL_runops_dbg (PL_Vars.Grunops_dbg)
+#define PL_runops_std (PL_Vars.Grunops_std)
#define PL_sharedsv_space (PL_Vars.Gsharedsv_space)
#define PL_sharedsv_space_mutex (PL_Vars.Gsharedsv_space_mutex)
#define PL_thr_key (PL_Vars.Gthr_key)
@@ -1352,6 +1354,8 @@
#define PL_Gmalloc_mutex PL_malloc_mutex
#define PL_Gop_mutex PL_op_mutex
#define PL_Gpatleave PL_patleave
+#define PL_Grunops_dbg PL_runops_dbg
+#define PL_Grunops_std PL_runops_std
#define PL_Gsharedsv_space PL_sharedsv_space
#define PL_Gsharedsv_space_mutex PL_sharedsv_space_mutex
#define PL_Gthr_key PL_thr_key