summaryrefslogtreecommitdiff
path: root/win32/config_H.ce
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-01-23 12:00:21 +0000
committerNicholas Clark <nick@ccl4.org>2008-01-23 12:00:21 +0000
commit7ea950175ceee077767e7114b36bdb033d932cb6 (patch)
treed47cb96f2bb722e243be4c6f357f22026d00d1b7 /win32/config_H.ce
parent9bdb0282d4f16fcaf7658ba3709d04ef5f50dba3 (diff)
downloadperl-7ea950175ceee077767e7114b36bdb033d932cb6.tar.gz
Oops, change 33049 really did need to update all the Win?? headers
as the symbol isn't used in a conditional compile. p4raw-id: //depot/perl@33054
Diffstat (limited to 'win32/config_H.ce')
-rw-r--r--win32/config_H.ce9
1 files changed, 8 insertions, 1 deletions
diff --git a/win32/config_H.ce b/win32/config_H.ce
index d563097e18..f814437fea 100644
--- a/win32/config_H.ce
+++ b/win32/config_H.ce
@@ -3248,7 +3248,13 @@
* This symbol contains the number of bits a variable of type NVTYPE
* can preserve of a variable of type UVTYPE.
*/
-/* NV_ZERO_IS_ALLBITS_ZERO:
+/* NV_OVERFLOWS_INTEGERS_AT
+ * This symbol gives the largest integer value that NVs can hold. This
+ * value + 1.0 cannot be stored accurately. It is expressed as constant
+ * floating point expression to reduce the chance of decimale/binary
+ * conversion issues. If it can not be determined, the value 0 is given.
+ */
+/* NV_ZERO_IS_ALLBITS_ZERO
* This symbol, if defined, indicates that a variable of type NVTYPE
* stores 0.0 in memory as all bits zero.
*/
@@ -3280,6 +3286,7 @@
#define NVSIZE 8 /**/
#define NV_PRESERVES_UV
#define NV_PRESERVES_UV_BITS undef
+#define NV_OVERFLOWS_INTEGERS_AT 256.0*256.0*256.0*256.0*256.0*256.0*2.0*2.0*2.0*2.0*2.0
#undef NV_ZERO_IS_ALLBITS_ZERO
#if UVSIZE == 8
# ifdef BYTEORDER