diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | generic/tclCompCmds.c | 3 |
2 files changed, 5 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2005-03-10 Miguel Sofer <msofer@users.sf.net> + + * generic/tclCompCmds.c: removed debugging line + 2005-03-10 Don Porter <dgp@users.sourceforge.net> * generic/tclTrace.c (TclCheckInterpTraces): Corrected mistaken diff --git a/generic/tclCompCmds.c b/generic/tclCompCmds.c index 92381a9..ae934bd 100644 --- a/generic/tclCompCmds.c +++ b/generic/tclCompCmds.c @@ -11,7 +11,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclCompCmds.c,v 1.59 2004/10/18 21:15:37 dgp Exp $ + * RCS: @(#) $Id: tclCompCmds.c,v 1.60 2005/03/10 22:15:34 msofer Exp $ */ #include "tclInt.h" @@ -2895,7 +2895,6 @@ TclCompileSwitchCmd(interp, parsePtr, envPtr) if (tokenStartPtr != tokenPtr[1].start+tokenPtr[1].size) { ckfree((char *)argv); ckfree((char *)bodyTokenArray); - fprintf(stderr, "BAD ASSUMPTION\n"); return TCL_OUT_LINE_COMPILE; } |