(__MATH_INLINE): Define to __extern_inline whenever that macro is defined.

This commit is contained in:
Ulrich Drepper 2007-09-15 02:31:47 +00:00
parent 8c2766740d
commit c393be3d2f
1 changed files with 1 additions and 1 deletions

View 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