summaryrefslogtreecommitdiff
path: root/embedvar.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-11-19 13:44:49 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-11-19 13:44:49 +0000
commitfc3b67988d386db745bd1ff884719072b6338299 (patch)
treeccdfce5b554a4e8071cfa7b0721424d6fdf03a3d /embedvar.h
parent209030dfb82e17eb9572fa3fbdde2effbf80b651 (diff)
downloadperl-fc3b67988d386db745bd1ff884719072b6338299.tar.gz
The runops_dbg should not be needed.
p4raw-id: //depot/perl@13088
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 89c21e5ceb..2e5fae0313 100644
--- a/embedvar.h
+++ b/embedvar.h
@@ -1338,7 +1338,6 @@
#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)
@@ -1354,7 +1353,6 @@
#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