diff options
author | Kevin B Kenny <kennykb@acm.org> | 2004-06-14 22:14:10 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2004-06-14 22:14:10 (GMT) |
commit | 03240b4f85d9b18d711fef7da7ab2a15ef29b78f (patch) | |
tree | daccbc98573e8d46b7efa571a0a86011481488d0 /generic/tclBasic.c | |
parent | 4f6c1156ca6d0c293d79869f95146601c83c6666 (diff) | |
download | tcl-03240b4f85d9b18d711fef7da7ab2a15ef29b78f.zip tcl-03240b4f85d9b18d711fef7da7ab2a15ef29b78f.tar.gz tcl-03240b4f85d9b18d711fef7da7ab2a15ef29b78f.tar.bz2 |
* win/Makefile.in: Corrected compilation flags for tclPkgConfig.c
so that it doesn't require Stubs.
* generic/tclBasic.c (Tcl_CreateInterp): Removed comment stating
that TclInitEmbeddedConfigurationInformation needs Stubs; with the
change above, the comment is now erroneous.
Diffstat (limited to 'generic/tclBasic.c')
-rw-r--r-- | generic/tclBasic.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/generic/tclBasic.c b/generic/tclBasic.c index 20a46d0..6b9058b 100644 --- a/generic/tclBasic.c +++ b/generic/tclBasic.c @@ -13,7 +13,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclBasic.c,v 1.105 2004/06/11 20:25:21 dgp Exp $ + * RCS: @(#) $Id: tclBasic.c,v 1.106 2004/06/14 22:14:11 kennykb Exp $ */ #include "tclInt.h" @@ -529,9 +529,7 @@ Tcl_CreateInterp() /* * TIP #59: Make embedded configuration information - * available. This makes use of a public API call - * (Tcl_RegisterConfig) and thus requires that the global stub - * table is initialized. + * available. */ TclInitEmbeddedConfigurationInformation (interp); |