mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
* sysdeps/m68k/fpu/bits/mathinline.h (isinf): Avoid conflict with
C9x macro. Wed Sep 9 10:34:06 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * sysdeps/m68k/fpu/bits/mathinline.h (isinf): Avoid conflict with C9x macro.
This commit is contained in:
parent
dc27836e6b
commit
2aa236b1f5
@ -1,3 +1,8 @@
|
||||
Wed Sep 9 10:34:06 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
|
||||
|
||||
* sysdeps/m68k/fpu/bits/mathinline.h (isinf): Avoid conflict with
|
||||
C9x macro.
|
||||
|
||||
1998-09-08 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* csu/initfini.c: Don't define __gmon_start__ if WEAK_GMON_START is
|
||||
|
@ -442,7 +442,9 @@ __inline_forward(double,frexp, (double __value, int *__expptr),
|
||||
__inline_forward_c(double,floor, (double __x), (__x))
|
||||
__inline_forward_c(double,ceil, (double __x), (__x))
|
||||
# ifdef __USE_MISC
|
||||
# ifndef __USE_ISOC9X /* Conflict with macro of same name. */
|
||||
__inline_forward_c(int,isinf, (double __value), (__value))
|
||||
# endif
|
||||
__inline_forward_c(int,finite, (double __value), (__value))
|
||||
__inline_forward_c(double,scalbn, (double __x, int __n), (__x, __n))
|
||||
# endif
|
||||
|
Loading…
Reference in New Issue
Block a user