diff options
author | hershey <hershey> | 1999-07-21 02:01:36 (GMT) |
---|---|---|
committer | hershey <hershey> | 1999-07-21 02:01:36 (GMT) |
commit | 260866213706058f45fa00cd53cda25614228082 (patch) | |
tree | fd1832a309ca508b8e298c8853b2310ab363342d /win/tclWinInit.c | |
parent | 8cc4afecef5625f0c32a63a6a3e8bb6eed1a5eff (diff) | |
download | tcl-260866213706058f45fa00cd53cda25614228082.zip tcl-260866213706058f45fa00cd53cda25614228082.tar.gz tcl-260866213706058f45fa00cd53cda25614228082.tar.bz2 |
* generic/tclInitScript.h:
* unix/tclUnixInit.c: merged code with 8.0.5. We now use an
intermediate global tcl var "tclDefaultLibrary" to keep the
"tcl_library" var from being set by the default value in the
Makefile. Also fixed a bug in which caused the value of
TCL_LIBRARY env var to be ignored.
* unix/tclWinInit.c: just updated some comments.
Diffstat (limited to 'win/tclWinInit.c')
-rw-r--r-- | win/tclWinInit.c | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/win/tclWinInit.c b/win/tclWinInit.c index a471257..2a02872 100644 --- a/win/tclWinInit.c +++ b/win/tclWinInit.c @@ -5,11 +5,9 @@ * * Copyright (c) 1994-1997 Sun Microsystems, Inc. * Copyright (c) 1998-1999 by Scriptics Corporation. + * All rights reserved. * - * See the file "license.terms" for information on usage and redistribution - * of this file, and for a DISCLAIMER OF ALL WARRANTIES. - * - * RCS: @(#) $Id: tclWinInit.c,v 1.17 1999/05/13 01:50:17 stanton Exp $ + * RCS: @(#) $Id: tclWinInit.c,v 1.18 1999/07/21 02:01:37 hershey Exp $ */ #include "tclWinInt.h" @@ -527,14 +525,14 @@ TclpSetInitialEncodings() * TclpSetVariables -- * * Performs platform-specific interpreter initialization related to - * the tcl_library and tcl_platform variables, and other platform- - * specific things. + * the tcl_platform and env variables, and other platform-specific + * things. * * Results: * None. * * Side effects: - * Sets "tcl_library", "tcl_platform", and "env(HOME)" Tcl variables. + * Sets "tcl_platform" and "env(HOME)" Tcl variables. * *---------------------------------------------------------------------- */ |