summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordas <das>2007-08-02 07:32:46 (GMT)
committerdas <das>2007-08-02 07:32:46 (GMT)
commit127745d011de399557bf34a6f8ace46ca41e400b (patch)
tree2d73dfc264012efe54c81a47336a3a6a75246bec /unix
parent99b8ceb3d4feaa510a7450f90612a7c548bbbc48 (diff)
downloadtcl-127745d011de399557bf34a6f8ace46ca41e400b.zip
tcl-127745d011de399557bf34a6f8ace46ca41e400b.tar.gz
tcl-127745d011de399557bf34a6f8ace46ca41e400b.tar.bz2
autoheader-2.59
Diffstat (limited to 'unix')
-rw-r--r--unix/tclConfig.h.in6
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