diff options
| author | das <das> | 2007-08-02 07:32:46 (GMT) |
|---|---|---|
| committer | das <das> | 2007-08-02 07:32:46 (GMT) |
| commit | a7300a8f2ab154afb36179f8a874aed92458ac4d (patch) | |
| tree | 2d73dfc264012efe54c81a47336a3a6a75246bec | |
| parent | aba87235d5306b3579481bd588323844bf6b0542 (diff) | |
| download | tcl-a7300a8f2ab154afb36179f8a874aed92458ac4d.zip tcl-a7300a8f2ab154afb36179f8a874aed92458ac4d.tar.gz tcl-a7300a8f2ab154afb36179f8a874aed92458ac4d.tar.bz2 | |
autoheader-2.59
| -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 |
