summaryrefslogtreecommitdiff
path: root/NetWare/config_H.wc
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-06-23 09:32:55 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-06-23 09:32:55 +0000
commit0fa134633c25c81f88c755a1df2a0e565cac3868 (patch)
treee898fd0f082cd3a7293e7d9665a16b4f7a8b9ae2 /NetWare/config_H.wc
parent64b03d2c1fa0b5080c98a3c9f4d011c4d596698a (diff)
downloadperl-0fa134633c25c81f88c755a1df2a0e565cac3868.tar.gz
Add handling of NV_ZERO_IS_ALLBITS_ZERO for Netware and epoc
p4raw-id: //depot/perl@24949
Diffstat (limited to 'NetWare/config_H.wc')
-rw-r--r--NetWare/config_H.wc5
1 files changed, 5 insertions, 0 deletions
diff --git a/NetWare/config_H.wc b/NetWare/config_H.wc
index bb14d08a5a..829ea90164 100644
--- a/NetWare/config_H.wc
+++ b/NetWare/config_H.wc
@@ -2840,6 +2840,10 @@
* 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:
+ * This symbol, if defined, indicates that a variable of type NVTYPE
+ * stores 0.0 in memory as all bits zero.
+ */
#define IVTYPE long /**/
#define UVTYPE unsigned long /**/
#define I8TYPE char /**/
@@ -2868,6 +2872,7 @@
#define NVSIZE 8 /**/
#define NV_PRESERVES_UV
#define NV_PRESERVES_UV_BITS undef
+#undef NV_ZERO_IS_ALLBITS_ZERO
/* IVdf:
* This symbol defines the format string used for printing a Perl IV