From db048c3be987aa1a9a98a71fc6e164ca746b9333 Mon Sep 17 00:00:00 2001 From: Miguel Sofer Date: Mon, 10 Oct 2005 16:09:17 +0000 Subject: removing wrong comment --- ChangeLog | 3 ++- generic/tclExecute.c | 3 +-- 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 - * 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 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); -- cgit v0.12