Don't define INFINITY.
authorUlrich Drepper <drepper@redhat.com>
Sat, 12 Apr 1997 23:36:57 +0000 (23:36 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 12 Apr 1997 23:36:57 +0000 (23:36 +0000)
sysdeps/m68k/huge_val.h

index 79e87dc..8d45aae 100644 (file)
@@ -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 */