(__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 250171e..5378a18 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