summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2015-07-06 09:06:10 +0200
committerH.Merijn Brand <h.m.brand@xs4all.nl>2015-07-06 09:06:10 +0200
commit18b018810c7af47c9386ad13270ee42dd82df16a (patch)
tree68759aecb636396c54d66dd9e0fc0a6532bb67eb /Configure
parentd1f289484c9ecefaceab600fdfc79f7804756ff0 (diff)
downloadperl-18b018810c7af47c9386ad13270ee42dd82df16a.tar.gz
fix variable name in case of unknown NAN
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure14
1 files changed, 7 insertions, 7 deletions
diff --git a/Configure b/Configure
index b85ca4486f..4a6b0986e8 100755
--- a/Configure
+++ b/Configure
@@ -10251,9 +10251,9 @@ else
longdblinfbytes='0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0xff, 0x7f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00'
longdblnanbytes='0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0xff, 0x7f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00'
;;
- *) # No idea.
- longdblinfbytes=$undef
- longdlnan=$undef
+ *) # No idea.
+ longdblinfbytes=$undef
+ longdblnanbytes=$undef
;;
esac
;;
@@ -10267,9 +10267,9 @@ else
longdblinfbytes='0x7f, 0xff, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00'
longdblnanbytes='0x7f, 0xff, 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00'
;;
- *) # No idea.
- longdblinfbytes=$undef
- longdlnan=$undef
+ *) # No idea.
+ longdblinfbytes=$undef
+ longdblnanbytes=$undef
;;
esac
;;
@@ -10283,7 +10283,7 @@ else
;;
*) # No idea.
longdblinfbytes=$undef
- longdlnan=$undef
+ longdblnanbytes=$undef
;;
esac
fi