]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(__MATH_INLINE): Define to __extern_inline whenever that macro is defined.
authorUlrich Drepper <drepper@redhat.com>
Sat, 15 Sep 2007 02:31:47 +0000 (02:31 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 15 Sep 2007 02:31:47 +0000 (02:31 +0000)
sysdeps/alpha/fpu/bits/mathinline.h

index 250171eeb4d4059c0ffbdeb6b3fea1258ebb2776..5378a181c6c96d4ac1c904ffd1eb0f2a07a7dd4b 100644 (file)
@@ -23,7 +23,7 @@
 # error "Never use <bits/mathinline.h> directly; include <math.h> instead."
 #endif
 
-#ifdef __cplusplus
+#ifndef __extern_inline
 # define __MATH_INLINE __inline
 #else
 # define __MATH_INLINE __extern_inline