summaryrefslogtreecommitdiff
path: root/configure.com
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2015-03-01 20:16:02 -0500
committerJarkko Hietaniemi <jhi@iki.fi>2015-06-12 09:57:35 -0400
commit5a14060af165c24c63cfc5d5f4d2aeb52cc41a03 (patch)
tree26db0d9bb4b48117522fb2628129bdc65007a454 /configure.com
parentf37aa82892bb09ff8e8c3d28b173de5d2f60d2a4 (diff)
downloadperl-5a14060af165c24c63cfc5d5f4d2aeb52cc41a03.tar.gz
infnan: move the mantbits definitions from perl.h to Configure
(this way they will be available via %Config)
Diffstat (limited to 'configure.com')
-rw-r--r--configure.com5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.com b/configure.com
index 6e05e90ddb..a136a77c4e 100644
--- a/configure.com
+++ b/configure.com
@@ -5579,6 +5579,9 @@ $ doublemantbits = "52"
$ IF uselongdouble .OR. uselongdouble .EQS. "define"
$ THEN
$ nvtype="long double"
+$ nvmantbits = longdblmantbits
+$ ELSE
+$ nvmantbits = doublemantbits
$ ENDIF
$!
$ tmp = "''ivtype'"
@@ -6660,6 +6663,7 @@ $ WC "longdblsize='" + longdblsize + "'"
$ WC "longdblkind='" + longdblkind + "'"
$ WC "longdblinfbytes='" + longdblinfbytes + "'"
$ WC "longdblnanbytes='" + longdblnanbytes + "'"
+$ WC "longdblmantbits='" + longdblmantbits + "'"
$ WC "longlongsize='" + longlongsize + "'"
$ WC "longsize='" + longsize + "'"
$ IF uselargefiles .OR. uselargefiles .EQS. "define"
@@ -6695,6 +6699,7 @@ $ WC "nvfformat='" + nvfformat + "'"
$ WC "nvFUformat='" + nvFUformat + "'"
$ WC "nvgformat='" + nvgformat + "'"
$ WC "nvGUformat='" + nvGUformat + "'"
+$ WC "nvmantbits='" + nvmantbits + "'"
$ WC "nvsize='" + nvsize + "'"
$ WC "nvtype='" + nvtype + "'"
$ WC "o_nonblock=' '"