summaryrefslogtreecommitdiffstats
path: root/library/struct1.0/struct.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'library/struct1.0/struct.tcl')
-rw-r--r--library/struct1.0/struct.tcl8
1 files changed, 8 insertions, 0 deletions
diff --git a/library/struct1.0/struct.tcl b/library/struct1.0/struct.tcl
new file mode 100644
index 0000000..ecacdba
--- /dev/null
+++ b/library/struct1.0/struct.tcl
@@ -0,0 +1,8 @@
+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::*
+}