summaryrefslogtreecommitdiffstats
path: root/library/struct1.0/struct.tcl
diff options
context:
space:
mode:
authorericm <ericm>2000-02-07 19:15:25 (GMT)
committerericm <ericm>2000-02-07 19:15:25 (GMT)
commit25cce6507c11e03f4462de76b675f6365ce9981d (patch)
treead7dd95bf81445a9053afbf8e263b984acd6a9ef /library/struct1.0/struct.tcl
parentb1a627adb918460dca6a08f089350fd1b9a235a3 (diff)
downloadtcl-25cce6507c11e03f4462de76b675f6365ce9981d.zip
tcl-25cce6507c11e03f4462de76b675f6365ce9981d.tar.gz
tcl-25cce6507c11e03f4462de76b675f6365ce9981d.tar.bz2
Removing struct namespace stuff.
Diffstat (limited to 'library/struct1.0/struct.tcl')
-rw-r--r--library/struct1.0/struct.tcl8
1 files changed, 0 insertions, 8 deletions
diff --git a/library/struct1.0/struct.tcl b/library/struct1.0/struct.tcl
deleted file mode 100644
index ecacdba..0000000
--- a/library/struct1.0/struct.tcl
+++ /dev/null
@@ -1,8 +0,0 @@
-package provide struct 1.0
-source [file join [file dirname [info script]] stack.tcl]
-source [file join [file dirname [info script]] queue.tcl]
-namespace eval struct {
- namespace export *
- namespace import stack::*
- namespace import queue::*
-}