diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2015-02-26 20:20:41 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2015-06-12 09:57:21 -0400 |
commit | 9e76e8dd3a4eeeececa2572dad4eb11d8526e286 (patch) | |
tree | 846527e4add7a3d27cf69674e907cfa94719039c /globvar.sym | |
parent | ed3917fd69b234bb5614cb9aed93d62238e3dcb8 (diff) | |
download | perl-9e76e8dd3a4eeeececa2572dad4eb11d8526e286.tar.gz |
infnan: new logic for NV_INF and NV_NAN
The global const PL_inf and PL_nan have dual nature:
the .nv has the NV, the .u8 has the bytes.
Diffstat (limited to 'globvar.sym')
-rw-r--r-- | globvar.sym | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/globvar.sym b/globvar.sym index 87059e2a8b..1183d6742b 100644 --- a/globvar.sym +++ b/globvar.sym @@ -15,6 +15,7 @@ PL_fold_locale PL_freq PL_global_struct_size PL_hexdigit +PL_inf PL_interp_size PL_interp_size_5_18_0 PL_keyword_plugin @@ -24,6 +25,7 @@ PL_magic_vtable_names PL_magic_vtables PL_memory_wrap PL_mod_latin1_uc +PL_nan PL_no_aelem PL_no_dir_func PL_no_func |