diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2015-03-01 20:16:02 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2015-06-12 09:57:35 -0400 |
commit | 5a14060af165c24c63cfc5d5f4d2aeb52cc41a03 (patch) | |
tree | 26db0d9bb4b48117522fb2628129bdc65007a454 /plan9 | |
parent | f37aa82892bb09ff8e8c3d28b173de5d2f60d2a4 (diff) | |
download | perl-5a14060af165c24c63cfc5d5f4d2aeb52cc41a03.tar.gz |
infnan: move the mantbits definitions from perl.h to Configure
(this way they will be available via %Config)
Diffstat (limited to 'plan9')
-rw-r--r-- | plan9/config_sh.sample | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plan9/config_sh.sample b/plan9/config_sh.sample index 7dce0deb06..7fd970da62 100644 --- a/plan9/config_sh.sample +++ b/plan9/config_sh.sample @@ -894,6 +894,7 @@ nv_preserves_uv_bits='31' nveformat='"e"' nvfformat='"f"' nvgformat='"g"' +nvmantbits='52' nvsize='8' nvtype='double' o_nonblock='O_NONBLOCK' |