diff options
Diffstat (limited to 'embedvar.h')
-rw-r--r-- | embedvar.h | 2 |
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 |