summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-07-23 04:08:00 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-07-23 04:08:00 (GMT)
commit1a4fa60bdd1f925067ab359014b7ed5cc4b10695 (patch)
treeabbdd42fe3619f2d5a417933d7f5e21c2c297c9a
parent6fb30e8199d007f635a1df4ec3d21bd3d10a8bb1 (diff)
downloadtcl-1a4fa60bdd1f925067ab359014b7ed5cc4b10695.zip
tcl-1a4fa60bdd1f925067ab359014b7ed5cc4b10695.tar.gz
tcl-1a4fa60bdd1f925067ab359014b7ed5cc4b10695.tar.bz2
Fixed the failure to link in the default (non-TCL_TIP280) build.
-rw-r--r--generic/tclExecute.c4
1 files changed, 3 insertions, 1 deletions
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