summaryrefslogtreecommitdiffstats
path: root/library/init.tcl
diff options
context:
space:
mode:
authorwelch <welch@noemail.net>1998-11-02 22:40:03 (GMT)
committerwelch <welch@noemail.net>1998-11-02 22:40:03 (GMT)
commit21f8482149d8fa0d8e6b0a74a61c6952075d76ca (patch)
tree475b6724597a9814c2dcb0575f0f4572953bbc40 /library/init.tcl
parent74bf9fa106033a01e314c87cf622454567753c52 (diff)
downloadtcl-21f8482149d8fa0d8e6b0a74a61c6952075d76ca.zip
tcl-21f8482149d8fa0d8e6b0a74a61c6952075d76ca.tar.gz
tcl-21f8482149d8fa0d8e6b0a74a61c6952075d76ca.tar.bz2
Fixed declaration of errorInfo in tcl_findLibrary
FossilOrigin-Name: dbd547732b6a86537d6c1b3279be0c6e628dd95d
Diffstat (limited to 'library/init.tcl')
-rw-r--r--library/init.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/init.tcl b/library/init.tcl
index ce40d8d..1f07c01 100644
--- a/library/init.tcl
+++ b/library/init.tcl
@@ -3,7 +3,7 @@
# Default system startup file for Tcl-based applications. Defines
# "unknown" procedure and auto-load facilities.
#
-# RCS: @(#) $Id: init.tcl,v 1.18 1998/10/30 23:02:02 welch Exp $
+# RCS: @(#) $Id: init.tcl,v 1.19 1998/11/02 22:40:09 welch Exp $
#
# Copyright (c) 1991-1993 The Regents of the University of California.
# Copyright (c) 1994-1996 Sun Microsystems, Inc.
@@ -603,7 +603,7 @@ proc auto_reset {} {
proc tcl_findLibrary {basename version patch initScript enVarName varName} {
upvar #0 $varName the_library
- global env
+ global env errorInfo
set dirs {}
set errors {}