From f1c4f10de67bfd4fa6dadc2c4bb9f05396d1d282 Mon Sep 17 00:00:00 2001 From: Miguel Sofer Date: Sun, 13 Dec 2009 17:27:46 +0000 Subject: remove accidentally committed c++ style temp comments --- generic/tclBasic.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/generic/tclBasic.c b/generic/tclBasic.c index 5440bca..2316f06 100644 --- a/generic/tclBasic.c +++ b/generic/tclBasic.c @@ -16,7 +16,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclBasic.c,v 1.433 2009/12/13 17:11:47 msofer Exp $ + * RCS: @(#) $Id: tclBasic.c,v 1.434 2009/12/13 17:27:46 msofer Exp $ */ #include "tclInt.h" @@ -8298,8 +8298,6 @@ TclNRTailcallObjCmd( */ TclNRAddCallback(interp, NRTailcallEval, listPtr, nsObjPtr, NULL, NULL); - //iPtr->varFramePtr->tailcallPtr = TOP_CB(interp); - //TclSpliceTailcall(interp, TOP_CB(interp)); tailcallPtr = TOP_CB(interp); TOP_CB(interp) = tailcallPtr->nextPtr; -- cgit v0.12