You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-cvs@tcl.apache.org by mx...@apache.org on 2015/04/17 09:44:30 UTC

svn commit: r1674227 - /tcl/rivet/trunk/rivet/init.tcl.in

Author: mxmanghi
Date: Fri Apr 17 07:44:30 2015
New Revision: 1674227

URL: http://svn.apache.org/r1674227
Log:
::exit command renamed twice removed

Modified:
    tcl/rivet/trunk/rivet/init.tcl.in

Modified: tcl/rivet/trunk/rivet/init.tcl.in
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/rivet/init.tcl.in?rev=1674227&r1=1674226&r2=1674227&view=diff
==============================================================================
--- tcl/rivet/trunk/rivet/init.tcl.in (original)
+++ tcl/rivet/trunk/rivet/init.tcl.in Fri Apr 17 07:44:30 2015
@@ -183,12 +183,6 @@ namespace eval ::Rivet {
 
 interp alias {} ::incr0 {} incr
 
-## eventually we have to divert Tcl ::exit to ::rivet::exit_thread
-
-rename ::exit ::rivet::exit_thread
-
-
-
 ## Initialize Rivet.
 ::Rivet::init
 



---------------------------------------------------------------------
To unsubscribe, e-mail: site-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: site-cvs-help@tcl.apache.org