From 9d4ebdeb66d1504ddb70481085e0a2abc4d68af2 Mon Sep 17 00:00:00 2001 From: dkf Date: Fri, 23 Nov 2007 22:11:31 +0000 Subject: Remove #ifdef out accidentally left in --- generic/tclBasic.c | 5 +---- 1 file changed, 1 insertion(+), 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}, -- cgit v0.12