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