diff options
-rw-r--r-- | unix/tclConfig.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/unix/tclConfig.h.in b/unix/tclConfig.h.in index 4ce32be..8636c5f 100644 --- a/unix/tclConfig.h.in +++ b/unix/tclConfig.h.in @@ -475,6 +475,12 @@ /* Define to `int' if <sys/types.h> doesn't define. */ #undef gid_t +/* 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 + /* Signed integer type wide enough to hold a pointer. */ #undef intptr_t |