diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2009-12-13 17:27:46 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2009-12-13 17:27:46 (GMT) |
commit | f1c4f10de67bfd4fa6dadc2c4bb9f05396d1d282 (patch) | |
tree | 9794e01438d301aad1560f44f883b81e5b1f8481 /generic/tclBasic.c | |
parent | 64cd452abe0622edb368d64ef22b368689b6cc86 (diff) | |
download | tcl-f1c4f10de67bfd4fa6dadc2c4bb9f05396d1d282.zip tcl-f1c4f10de67bfd4fa6dadc2c4bb9f05396d1d282.tar.gz tcl-f1c4f10de67bfd4fa6dadc2c4bb9f05396d1d282.tar.bz2 |
remove accidentally committed c++ style temp comments
Diffstat (limited to 'generic/tclBasic.c')
-rw-r--r-- | generic/tclBasic.c | 4 |
1 files changed, 1 insertions, 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; |