summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorstanton <stanton>1999-03-25 23:29:19 (GMT)
committerstanton <stanton>1999-03-25 23:29:19 (GMT)
commitc62dec597ed264b310446b847f1f007920c72965 (patch)
treeca324227f94187f5db45b56c7af22e32a0d6a90a /tools
parent92ba21948d5f7189b2f9593a6e61cd553c15d1d9 (diff)
downloadtcl-c62dec597ed264b310446b847f1f007920c72965.zip
tcl-c62dec597ed264b310446b847f1f007920c72965.tar.gz
tcl-c62dec597ed264b310446b847f1f007920c72965.tar.bz2
added missing argv0 declaration
Diffstat (limited to 'tools')
-rw-r--r--tools/genStubs.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/genStubs.tcl b/tools/genStubs.tcl
index 6c86842..2c95365 100644
--- a/tools/genStubs.tcl
+++ b/tools/genStubs.tcl
@@ -8,7 +8,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: genStubs.tcl,v 1.2.2.1 1999/03/10 06:49:26 stanton Exp $
+# RCS: @(#) $Id: genStubs.tcl,v 1.2.2.2 1999/03/25 23:29:19 stanton Exp $
namespace eval genStubs {
# libraryName --
@@ -832,7 +832,7 @@ proc genStubs::emitInits {} {
# None.
proc genStubs::init {} {
- global argv
+ global argv argv0
variable outDir
variable interfaces