summaryrefslogtreecommitdiffstats
path: root/generic/tclExecute.c
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2005-10-10 16:09:17 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2005-10-10 16:09:17 (GMT)
commitdb048c3be987aa1a9a98a71fc6e164ca746b9333 (patch)
tree55ad6651a80c264505dbd4d4f92be206fe97f176 /generic/tclExecute.c
parentcd11d099dd7f15827a06ad59c9144530163d1047 (diff)
downloadtcl-db048c3be987aa1a9a98a71fc6e164ca746b9333.zip
tcl-db048c3be987aa1a9a98a71fc6e164ca746b9333.tar.gz
tcl-db048c3be987aa1a9a98a71fc6e164ca746b9333.tar.bz2
removing wrong comment
Diffstat (limited to 'generic/tclExecute.c')
-rw-r--r--generic/tclExecute.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tclExecute.c b/generic/tclExecute.c
index d9021d4..8576e62 100644
--- a/generic/tclExecute.c
+++ b/generic/tclExecute.c
@@ -12,7 +12,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.204 2005/10/10 15:51:01 msofer Exp $
+ * RCS: @(#) $Id: tclExecute.c,v 1.205 2005/10/10 16:09:17 msofer Exp $
*/
#include "tclInt.h"
@@ -3960,7 +3960,6 @@ TclExecuteByteCode(interp, codePtr)
First = &big1;
Second = &big2;
} else {
- /* use bigResult as temporary storage for the swap. */
First = &big2;
Second = &big1;
numPos = (mp_cmp_d(First, 0) != MP_LT);