aboutsummaryrefslogtreecommitdiff
path: root/math/oleo/files/patch-src_io-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/oleo/files/patch-src_io-utils.c')
-rw-r--r--math/oleo/files/patch-src_io-utils.c20
1 files changed, 20 insertions, 0 deletions
diff --git a/math/oleo/files/patch-src_io-utils.c b/math/oleo/files/patch-src_io-utils.c
new file mode 100644
index 000000000000..05b02e8aa396
--- /dev/null
+++ b/math/oleo/files/patch-src_io-utils.c
@@ -0,0 +1,20 @@
+--- src/io-utils.c.org Sat Jul 19 13:42:11 2003
++++ src/io-utils.c Sat Jul 19 13:48:32 2003
+@@ -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;
+ }
+
+