summaryrefslogtreecommitdiff
path: root/embedvar.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-12-03 12:49:01 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-12-03 12:49:01 +0000
commitd90a703e9b2a2038e53e20447f0482fe07515888 (patch)
treef15c53e4f8097c5bd2fedd57b09b574d769e749a /embedvar.h
parent961ce445580b4e9c0fefe3823cbf9226fa16b9bc (diff)
downloadperl-d90a703e9b2a2038e53e20447f0482fe07515888.tar.gz
Fix up #18229.
p4raw-id: //depot/perl@18239
Diffstat (limited to 'embedvar.h')
-rw-r--r--embedvar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/embedvar.h b/embedvar.h
index 612ebdbe7a..bcf31c7647 100644
--- a/embedvar.h
+++ b/embedvar.h
@@ -894,6 +894,7 @@
#define PL_Yes (PL_Vars.GYes)
#define PL_curinterp (PL_Vars.Gcurinterp)
#define PL_do_undump (PL_Vars.Gdo_undump)
+#define PL_dollarzero_mutex (PL_Vars.Gdollarzero_mutex)
#define PL_hexdigit (PL_Vars.Ghexdigit)
#define PL_lockhook (PL_Vars.Glockhook)
#define PL_malloc_mutex (PL_Vars.Gmalloc_mutex)
@@ -913,6 +914,7 @@
#define PL_GYes PL_Yes
#define PL_Gcurinterp PL_curinterp
#define PL_Gdo_undump PL_do_undump
+#define PL_Gdollarzero_mutex PL_dollarzero_mutex
#define PL_Ghexdigit PL_hexdigit
#define PL_Glockhook PL_lockhook
#define PL_Gmalloc_mutex PL_malloc_mutex