diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-11-06 14:50:08 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-11-06 14:50:08 (GMT) |
commit | 27e8f4db3d5d3fa5840fc71f3cf231238ff2863b (patch) | |
tree | ed1481814af7c403e4d78d77e5b71ac61553071b /library/safe.tcl | |
parent | 9b30058284ab5a87d78cb96dcd63b95a7ada2393 (diff) | |
download | tcl-27e8f4db3d5d3fa5840fc71f3cf231238ff2863b.zip tcl-27e8f4db3d5d3fa5840fc71f3cf231238ff2863b.tar.gz tcl-27e8f4db3d5d3fa5840fc71f3cf231238ff2863b.tar.bz2 |
More tcl8 -> tcl9 renumbering, for example related to the installation of Tcl packages where tcl9 actually can find them.
Diffstat (limited to 'library/safe.tcl')
-rw-r--r-- | library/safe.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/safe.tcl b/library/safe.tcl index ea6391d..c48d002 100644 --- a/library/safe.tcl +++ b/library/safe.tcl @@ -113,7 +113,7 @@ proc ::safe::CheckInterp {slave} { # we had the bad idea to support for the sake of user simplicity in # create/init but which makes life hard in configure... # So this will be hopefully written and some integrated with opt1.0 -# (hopefully for tcl8.1 ?) +# (hopefully for tcl9.0 ?) proc ::safe::interpConfigure {args} { switch [llength $args] { 1 { |