From: Ulrich Drepper Date: Sat, 15 Sep 2007 02:31:47 +0000 (+0000) Subject: (__MATH_INLINE): Define to __extern_inline whenever that macro is defined. X-Git-Tag: upstream/2.30~10627^2~739 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c393be3d2f0a41af10f6405104101e0e292fb5ba;p=external%2Fglibc.git (__MATH_INLINE): Define to __extern_inline whenever that macro is defined. --- diff --git a/sysdeps/alpha/fpu/bits/mathinline.h b/sysdeps/alpha/fpu/bits/mathinline.h index 250171e..5378a18 100644 --- a/sysdeps/alpha/fpu/bits/mathinline.h +++ b/sysdeps/alpha/fpu/bits/mathinline.h @@ -23,7 +23,7 @@ # error "Never use directly; include instead." #endif -#ifdef __cplusplus +#ifndef __extern_inline # define __MATH_INLINE __inline #else # define __MATH_INLINE __extern_inline