summaryrefslogtreecommitdiffstats
path: root/generic/tclInterp.c
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2004-06-17 21:40:24 (GMT)
committerdgp <dgp@noemail.net>2004-06-17 21:40:24 (GMT)
commitd1d7545c32251fc57871277cca36f7eaa0aeab0a (patch)
treef5a5aa3465e2ad484e3faa5dedb5f57b236ca252 /generic/tclInterp.c
parentc78604b4d81b7d51aeceba8c94ec8b913451961a (diff)
downloadtcl-d1d7545c32251fc57871277cca36f7eaa0aeab0a.zip
tcl-d1d7545c32251fc57871277cca36f7eaa0aeab0a.tar.gz
tcl-d1d7545c32251fc57871277cca36f7eaa0aeab0a.tar.bz2
Reverted temporary change
FossilOrigin-Name: 9638d4c8751d53585acdbbe3ca83fbe050e2c779
Diffstat (limited to 'generic/tclInterp.c')
-rw-r--r--generic/tclInterp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclInterp.c b/generic/tclInterp.c
index 5226c05..963fdf2 100644
--- a/generic/tclInterp.c
+++ b/generic/tclInterp.c
@@ -10,7 +10,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclInterp.c,v 1.40 2004/06/17 20:18:25 dgp Exp $
+ * RCS: @(#) $Id: tclInterp.c,v 1.41 2004/06/17 21:40:24 dgp Exp $
*/
#include "tclInt.h"
@@ -72,7 +72,7 @@ static char initScript[] = "if {[info proc tclInit]==\"\"} {\n\
}\n\
catch {\n\
lappend dirs $tclDefaultLibrary\n\
-#unset tclDefaultLibrary\n\
+ unset tclDefaultLibrary\n\
}\n\
catch {\n\
set dirs [concat $dirs $tcl_libPath]\n\