Author: coke Date: Thu Jul 28 14:11:56 2005 New Revision: 8726 Modified: branches/leo-ctx5/languages/tcl/tcl.pir_template Log: let tcl be compiled in leo-ctx5 (tests still fail)
Modified: branches/leo-ctx5/languages/tcl/tcl.pir_template ============================================================================== --- branches/leo-ctx5/languages/tcl/tcl.pir_template (original) +++ branches/leo-ctx5/languages/tcl/tcl.pir_template Thu Jul 28 14:11:56 2005 @@ -2,7 +2,7 @@ This file contains all the PIR necessary to setup the basic C<Tcl>, C<_Tcl>, and C<_TclWord> namespaces. These namespaces can then be used -by our own C<tcl.imc> to setup a tclsh-like interpreter, or to allow +by our own C<tcl.pir> to setup a tclsh-like interpreter, or to allow other PIR programs to access procedures in our own namespaces, also providing a compreg-compatible method. @@ -185,10 +185,10 @@ providing a compreg-compatible method. # Global variable initialization $P0 = new String $P0 = "0.1" - store_global "Tcl", "tcl_patchLevel", $P0 + store_global "Tcl", "$tcl_patchLevel", $P0 $P0 = new String $P0 = "0.1" - store_global "Tcl", "tcl_version", $P0 + store_global "Tcl", "$tcl_version", $P0 # Setup the default channelIds $P1 = new TclArray
