diff options
Diffstat (limited to 'Build/source/libs/gmp/config.h.in')
-rw-r--r-- | Build/source/libs/gmp/config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Build/source/libs/gmp/config.h.in b/Build/source/libs/gmp/config.h.in index 8f962e1eb09..3ea9da393ab 100644 --- a/Build/source/libs/gmp/config.h.in +++ b/Build/source/libs/gmp/config.h.in @@ -116,3 +116,9 @@ /* Define one of these to 1 for the temporary memory allocation method. */ #undef WANT_TMP_ALLOCA #undef WANT_TMP_REENTRANT + +/* 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 |