From: Ulrich Drepper Date: Sat, 12 Apr 1997 23:36:57 +0000 (+0000) Subject: Don't define INFINITY. X-Git-Tag: glibc-2.16-ports-before-merge~3636 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d0a13f94e4dc17c0befb794c947c6f6c9039a190;p=thirdparty%2Fglibc.git Don't define INFINITY. --- diff --git a/sysdeps/m68k/huge_val.h b/sysdeps/m68k/huge_val.h index 79e87dc2dbd..8d45aaec2b2 100644 --- a/sysdeps/m68k/huge_val.h +++ b/sysdeps/m68k/huge_val.h @@ -65,12 +65,6 @@ static __huge_vall_t __huge_vall = { __HUGE_VALL_bytes }; #define HUGE_VALL (__huge_vall.__ld) #endif /* GCC. */ - -/* Expression representing positive infinity. Here it is the same as - HUGE_VALF. */ -#define INFINITY HUGE_VALF - #endif /* __USE_ISOC9X. */ - #endif /* huge_val.h */