From 6ac3639867e6ab13fa2d179cd5723483e5d92d60 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 16 Mar 2004 00:08:09 +0000 Subject: Update. 2004-03-15 Ulrich Drepper * sysdeps/sparc/fpu/bits/mathinline.h: Restore missing #ifdef. Patch by Richard Henderson. 2004-03-16 Jakub Jelinek * sysdeps/generic/strtold_l.c (STRING_TYPE, STRTOLD, __STRTOLD, __STRTOD, INTERNAL, INTERNAL1): Define, use them. [! USE_WIDE_CHAR] (INTERNAL (__STRTOLD)): Add libc_hidden_def. * inet/getnameinfo.c: Include stdlib.h. --- sysdeps/sparc/fpu/bits/mathinline.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sysdeps/sparc/fpu') diff --git a/sysdeps/sparc/fpu/bits/mathinline.h b/sysdeps/sparc/fpu/bits/mathinline.h index 734ff0590d..fcbcf41f67 100644 --- a/sysdeps/sparc/fpu/bits/mathinline.h +++ b/sysdeps/sparc/fpu/bits/mathinline.h @@ -1,5 +1,5 @@ /* Inline math functions for SPARC. - Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2001, 2002, 2004 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Jakub Jelinek . @@ -24,7 +24,9 @@ #include -#if defined __USE_ISOC99 && defined __GNUC__ && !__GNUC_PREREQ(3,0) +#ifdef __GNUC__ + +#if defined __USE_ISOC99 && !__GNUC_PREREQ(3,0) # undef isgreater # undef isgreaterequal # undef isless -- cgit v1.2.3