summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--generic/tclExecute.c3
2 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index f19bd5f..87bad14 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2005-10-10 Miguel Sofer <msofer@users.sf.net>
- * generic/tclExecute.c: fixing errors in last commit.
+ * generic/tclExecute.c: fixing errors in last commit. (Two
+ commits, the second removes wrong comment).
2005-10-09 Miguel Sofer <msofer@users.sf.net>
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);