summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2012-11-29 20:32:16 (GMT)
committerdgp <dgp@users.sourceforge.net>2012-11-29 20:32:16 (GMT)
commit874eb36e70b83f2647a22cf1be13640c1ebc5577 (patch)
treed6c6b72dab51babfeebb2b2e5d5f010d79ee4ec3 /tools
parent74628e76c19dab883bb362fababc98e9029d47e3 (diff)
downloadtcl-874eb36e70b83f2647a22cf1be13640c1ebc5577.zip
tcl-874eb36e70b83f2647a22cf1be13640c1ebc5577.tar.gz
tcl-874eb36e70b83f2647a22cf1be13640c1ebc5577.tar.bz2
Destroy all the TCL_STORAGE_CLASS and associated nonsense.
Diffstat (limited to 'tools')
-rw-r--r--tools/genStubs.tcl1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/genStubs.tcl b/tools/genStubs.tcl
index 6ce4243..6e49519 100644
--- a/tools/genStubs.tcl
+++ b/tools/genStubs.tcl
@@ -1135,6 +1135,7 @@ proc genStubs::init {} {
variable outDir
variable interfaces
+variable scspec
if {[llength $argv] < 2} {
puts stderr "usage: $argv0 outDir declFile ?declFile...?"
exit 1