summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2007-11-23 22:11:31 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2007-11-23 22:11:31 (GMT)
commit9d4ebdeb66d1504ddb70481085e0a2abc4d68af2 (patch)
treedd9a114a5ae8af9468ba0fd43bcadb60b9078296 /generic
parent0cf11b03177cded9d26650e22e10b28dacfa57c8 (diff)
downloadtcl-9d4ebdeb66d1504ddb70481085e0a2abc4d68af2.zip
tcl-9d4ebdeb66d1504ddb70481085e0a2abc4d68af2.tar.gz
tcl-9d4ebdeb66d1504ddb70481085e0a2abc4d68af2.tar.bz2
Remove #ifdef out accidentally left in
Diffstat (limited to 'generic')
-rw-r--r--generic/tclBasic.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/generic/tclBasic.c b/generic/tclBasic.c
index 26c2ca7..bf8d8dc 100644
--- a/generic/tclBasic.c
+++ b/generic/tclBasic.c
@@ -14,7 +14,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclBasic.c,v 1.283 2007/11/23 15:00:23 dkf Exp $
+ * RCS: @(#) $Id: tclBasic.c,v 1.284 2007/11/23 22:11:31 dkf Exp $
*/
#include "tclInt.h"
@@ -176,9 +176,6 @@ static const CmdInfo builtInCmds[] = {
{"scan", Tcl_ScanObjCmd, NULL, 1},
{"set", Tcl_SetObjCmd, TclCompileSetCmd, 1},
{"split", Tcl_SplitObjCmd, NULL, 1},
-#if 0
- {"string", Tcl_StringObjCmd, TclCompileStringCmd, 1},
-#endif
{"subst", Tcl_SubstObjCmd, NULL, 1},
{"switch", Tcl_SwitchObjCmd, TclCompileSwitchCmd, 1},
{"trace", Tcl_TraceObjCmd, NULL, 1},