diff options
Diffstat (limited to '')
-rw-r--r-- | src/libmad/config.h.in | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/libmad/config.h.in b/src/libmad/config.h.in index a29b58209..2a9671cd2 100644 --- a/src/libmad/config.h.in +++ b/src/libmad/config.h.in @@ -125,11 +125,9 @@ /* Define to empty if `const' does not conform to ANSI C. */ #undef const -/* Define to `__inline__' or `__inline' if that's what the C compiler - calls it, or to nothing if 'inline' is not supported under any name. */ -#ifndef __cplusplus +/* Define as `__inline' if that's what the C compiler calls it, or to nothing + if it is not supported. */ #undef inline -#endif /* Define to `int' if <sys/types.h> does not define. */ #undef pid_t |