aboutsummaryrefslogtreecommitdiff
path: root/tclcompat.tcl
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2010-10-11 14:51:44 +1000
committerSteve Bennett <steveb@workware.net.au>2010-10-30 20:07:27 +1000
commit42f3fb7b7f46c9af1e20573fa3fb5699e80244bf (patch)
tree7c4cf02fd3a4bae52a154d1ec4199c7304af4e93 /tclcompat.tcl
parent9e21b4458c58607993935c7a05d114103606bea2 (diff)
downloadjimtcl-42f3fb7b7f46c9af1e20573fa3fb5699e80244bf.zip
jimtcl-42f3fb7b7f46c9af1e20573fa3fb5699e80244bf.tar.gz
jimtcl-42f3fb7b7f46c9af1e20573fa3fb5699e80244bf.tar.bz2
Determine platform_tcl() settings with configure
Signed-off-by: Steve Bennett <steveb@workware.net.au>
Diffstat (limited to 'tclcompat.tcl')
-rw-r--r--tclcompat.tcl2
1 files changed, 0 insertions, 2 deletions
diff --git a/tclcompat.tcl b/tclcompat.tcl
index d6fa23e..aa4907e 100644
--- a/tclcompat.tcl
+++ b/tclcompat.tcl
@@ -261,5 +261,3 @@ proc try {args} {
proc throw {code {msg ""}} {
return -code $code $msg
}
-
-set tcl_platform(platform) unix