summaryrefslogtreecommitdiff
path: root/japanese/oleo/files/patch-src__io-utils.c.diff
blob: ba4c60f947c74d7f68e00b62a4095eeda12b233e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- src/io-utils.c.orig	Wed Aug 17 17:29:39 2005
+++ src/io-utils.c	Wed Aug 17 17:29:55 2005
@@ -71,7 +71,7 @@
 
 double __plinf;
 double __neinf;
-double __nan;
+double __naN_;
 
 char nname[] = "#NOT_A_NUMBER";
 char iname[] = "#INFINITY";
@@ -125,7 +125,7 @@
   __neinf = divide (-1., 0.);
   (void) signal (SIGFPE, ignore_sig);
 #endif
-  __nan = __plinf + __neinf;
+  __naN_ = __plinf + __neinf;
 }