From 4ab3f93af3cf176577da5cfc5f891c182a93ac99 Mon Sep 17 00:00:00 2001 From: dkf Date: Thu, 1 Mar 2007 16:06:19 +0000 Subject: D'oh! Used an 8.5-ism... --- generic/tclCompCmds.c | 4 ++-- 1 file 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; } -- cgit v0.12