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: glibc-2.16-ports-before-merge~739 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c393be3d2f0a41af10f6405104101e0e292fb5ba;p=thirdparty%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 250171eeb4d..5378a181c6c 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