From 60cf559044682964bf4e53b529e793086cb394a6 Mon Sep 17 00:00:00 2001 From: dgp Date: Wed, 23 Jul 2008 04:08:00 +0000 Subject: Fixed the failure to link in the default (non-TCL_TIP280) build. --- generic/tclExecute.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/generic/tclExecute.c b/generic/tclExecute.c index 7d0eb11..657ac80 100644 --- a/generic/tclExecute.c +++ b/generic/tclExecute.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: tclExecute.c,v 1.94.2.26 2008/07/22 21:40:31 andreas_kupries Exp $ + * RCS: @(#) $Id: tclExecute.c,v 1.94.2.27 2008/07/23 04:08:00 dgp Exp $ */ #include "tclInt.h" @@ -4517,7 +4517,9 @@ TclExecuteByteCode(interp, codePtr) } eePtr->stackTop = initStackTop; +#ifdef TCL_TIP280 TclArgumentBCRelease((Tcl_Interp*) iPtr,codePtr); +#endif return result; #undef STATIC_CATCH_STACK_SIZE -- cgit v0.12