summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2007-03-01 16:06:18 (GMT)
committerdkf <dkf@noemail.net>2007-03-01 16:06:18 (GMT)
commit6f0cee5754fcb72f78a0b18a3a4c114b91329f12 (patch)
tree9716eb5765a1d6cf4c2f3ee35a592b15a59b8174 /generic
parent9c6af93fe49daa02c72006f9c5ae71f8e3eeaa9b (diff)
downloadtcl-6f0cee5754fcb72f78a0b18a3a4c114b91329f12.zip
tcl-6f0cee5754fcb72f78a0b18a3a4c114b91329f12.tar.gz
tcl-6f0cee5754fcb72f78a0b18a3a4c114b91329f12.tar.bz2
D'oh! Used an 8.5-ism...
FossilOrigin-Name: 5d3f8bc4a902e8a1d5747a9fa089620248d9164b
Diffstat (limited to 'generic')
-rw-r--r--generic/tclCompCmds.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclCompCmds.c b/generic/tclCompCmds.c
index 9c20bac..d2cd4bb 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.39.2.5 2007/03/01 10:16:10 dkf Exp $
+ * RCS: @(#) $Id: tclCompCmds.c,v 1.39.2.6 2007/03/01 16:06:19 dkf Exp $
*/
#include "tclInt.h"
@@ -902,7 +902,7 @@ TclCompileForeachCmd(interp, parsePtr, envPtr)
*/
if (numVars == 0) {
- code = TCL_ERROR;
+ code = TCL_OUT_LINE_COMPILE;
goto done;
}