diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2014-09-01 15:55:15 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2014-09-01 17:09:26 -0400 |
commit | d11832573a44ef0fa2ab36e6878d975388f9ab92 (patch) | |
tree | 316885860693a1d0fb7a6cffd9e046d37540e68b /perlapi.h | |
parent | 74d5bfab5a03c46777cd031b635f872b88dc1fef (diff) | |
download | perl-d11832573a44ef0fa2ab36e6878d975388f9ab92.tar.gz |
Static initialization using 1/0 or 0/0 not C89.
Diffstat (limited to 'perlapi.h')
-rw-r--r-- | perlapi.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -121,8 +121,6 @@ END_EXTERN_C #define PL_hash_seed_set (*Perl_Ghash_seed_set_ptr(NULL)) #undef PL_hints_mutex #define PL_hints_mutex (*Perl_Ghints_mutex_ptr(NULL)) -#undef PL_infinity -#define PL_infinity (*Perl_Ginfinity_ptr(NULL)) #undef PL_keyword_plugin #define PL_keyword_plugin (*Perl_Gkeyword_plugin_ptr(NULL)) #undef PL_malloc_mutex @@ -133,8 +131,6 @@ END_EXTERN_C #define PL_my_ctx_mutex (*Perl_Gmy_ctx_mutex_ptr(NULL)) #undef PL_my_cxt_index #define PL_my_cxt_index (*Perl_Gmy_cxt_index_ptr(NULL)) -#undef PL_nan -#define PL_nan (*Perl_Gnan_ptr(NULL)) #undef PL_op_mutex #define PL_op_mutex (*Perl_Gop_mutex_ptr(NULL)) #undef PL_op_seq |