summaryrefslogtreecommitdiff
path: root/embedvar.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2014-09-01 15:55:15 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2014-09-01 17:09:26 -0400
commitd11832573a44ef0fa2ab36e6878d975388f9ab92 (patch)
tree316885860693a1d0fb7a6cffd9e046d37540e68b /embedvar.h
parent74d5bfab5a03c46777cd031b635f872b88dc1fef (diff)
downloadperl-d11832573a44ef0fa2ab36e6878d975388f9ab92.tar.gz
Static initialization using 1/0 or 0/0 not C89.
Diffstat (limited to 'embedvar.h')
-rw-r--r--embedvar.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/embedvar.h b/embedvar.h
index 0ae37a127a..766880ca73 100644
--- a/embedvar.h
+++ b/embedvar.h
@@ -375,8 +375,6 @@
#define PL_Ghash_seed_set (my_vars->Ghash_seed_set)
#define PL_hints_mutex (my_vars->Ghints_mutex)
#define PL_Ghints_mutex (my_vars->Ghints_mutex)
-#define PL_infinity (my_vars->Ginfinity)
-#define PL_Ginfinity (my_vars->Ginfinity)
#define PL_keyword_plugin (my_vars->Gkeyword_plugin)
#define PL_Gkeyword_plugin (my_vars->Gkeyword_plugin)
#define PL_malloc_mutex (my_vars->Gmalloc_mutex)
@@ -387,8 +385,6 @@
#define PL_Gmy_ctx_mutex (my_vars->Gmy_ctx_mutex)
#define PL_my_cxt_index (my_vars->Gmy_cxt_index)
#define PL_Gmy_cxt_index (my_vars->Gmy_cxt_index)
-#define PL_nan (my_vars->Gnan)
-#define PL_Gnan (my_vars->Gnan)
#define PL_op_mutex (my_vars->Gop_mutex)
#define PL_Gop_mutex (my_vars->Gop_mutex)
#define PL_op_seq (my_vars->Gop_seq)