diff options
author | das <das> | 2007-08-02 07:32:46 (GMT) |
---|---|---|
committer | das <das> | 2007-08-02 07:32:46 (GMT) |
commit | 127745d011de399557bf34a6f8ace46ca41e400b (patch) | |
tree | 2d73dfc264012efe54c81a47336a3a6a75246bec /unix | |
parent | 99b8ceb3d4feaa510a7450f90612a7c548bbbc48 (diff) | |
download | tcl-127745d011de399557bf34a6f8ace46ca41e400b.zip tcl-127745d011de399557bf34a6f8ace46ca41e400b.tar.gz tcl-127745d011de399557bf34a6f8ace46ca41e400b.tar.bz2 |
autoheader-2.59
Diffstat (limited to 'unix')
-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 |