This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix d_nv_preserves_uv on VMS with 64-bit int but no long double.
authorCraig A. Berry <craigberry@mac.com>
Sat, 22 Dec 2012 22:32:02 +0000 (16:32 -0600)
committerCraig A. Berry <craigberry@mac.com>
Sat, 22 Dec 2012 22:35:24 +0000 (16:35 -0600)
commita2ea9adf4a132fb805eb52099c5ebe4765311cff
tree77cabd20fd7e01bc26d48242415672a91a503d93
parent3fde42ccb5ca4eb8238f0fcbd2a01464a9c6193d
Fix d_nv_preserves_uv on VMS with 64-bit int but no long double.

There was a typo in a5bd55ee8902ea3fcb that left a spurious double
quote in config.h and caused compile failures when compiling with
-Duse64bitint but not also selecting -Duselongdouble.  Problem
reported by Thomas Pfau.
configure.com