diff options
Diffstat (limited to 'math/oleo/files/patch-src_io-utils.c')
-rw-r--r-- | math/oleo/files/patch-src_io-utils.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/math/oleo/files/patch-src_io-utils.c b/math/oleo/files/patch-src_io-utils.c index 05b02e8aa396..6eba715df165 100644 --- a/math/oleo/files/patch-src_io-utils.c +++ b/math/oleo/files/patch-src_io-utils.c @@ -1,6 +1,6 @@ ---- 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 @@ +--- src/io-utils.c.orig 2001-02-13 23:38:06 UTC ++++ src/io-utils.c +@@ -71,7 +71,7 @@ char numb_oflo[] = "#################### double __plinf; double __neinf; @@ -9,7 +9,7 @@ char nname[] = "#NOT_A_NUMBER"; char iname[] = "#INFINITY"; -@@ -125,7 +125,7 @@ +@@ -125,7 +125,7 @@ init_infinity (void) __neinf = divide (-1., 0.); (void) signal (SIGFPE, ignore_sig); #endif |