From 2aa236b1f546cc7afdc75d9250babac8c6e4bc66 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Wed, 9 Sep 1998 01:35:38 +0000 Subject: * sysdeps/m68k/fpu/bits/mathinline.h (isinf): Avoid conflict with C9x macro. Wed Sep 9 10:34:06 1998 Andreas Schwab * sysdeps/m68k/fpu/bits/mathinline.h (isinf): Avoid conflict with C9x macro. --- sysdeps/m68k/fpu/bits/mathinline.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sysdeps/m68k/fpu/bits/mathinline.h') diff --git a/sysdeps/m68k/fpu/bits/mathinline.h b/sysdeps/m68k/fpu/bits/mathinline.h index e5eb591e30..b1e2a75f1b 100644 --- a/sysdeps/m68k/fpu/bits/mathinline.h +++ b/sysdeps/m68k/fpu/bits/mathinline.h @@ -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 -- cgit 1.4.1