summaryrefslogtreecommitdiffstats
path: root/generic/tcl.h
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2012-11-29 21:25:52 (GMT)
committerdgp <dgp@users.sourceforge.net>2012-11-29 21:25:52 (GMT)
commitaf91ab97f21de4a51a98a60e5ada93b4441cb36c (patch)
tree68462683e392b7d85b71da90a6ff556dc53a13d9 /generic/tcl.h
parent935cc9f3df382c52b404efc98f2d66f8632153ca (diff)
downloadtcl-af91ab97f21de4a51a98a60e5ada93b4441cb36c.zip
tcl-af91ab97f21de4a51a98a60e5ada93b4441cb36c.tar.gz
tcl-af91ab97f21de4a51a98a60e5ada93b4441cb36c.tar.bz2
Purge remnants of support for compilers ignorant of C keyword 'inline'.
Diffstat (limited to 'generic/tcl.h')
-rw-r--r--generic/tcl.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/generic/tcl.h b/generic/tcl.h
index 201a45b..33bf149 100644
--- a/generic/tcl.h
+++ b/generic/tcl.h
@@ -221,15 +221,6 @@ extern "C" {
#endif
/*
- * Definitions that allow this header file to be used either with or without
- * ANSI C features.
- */
-
-#ifndef INLINE
-# define INLINE
-#endif
-
-/*
* Miscellaneous declarations.
*/