From 82ef0abf09a1133e86d414254b30dd7d574b93da Mon Sep 17 00:00:00 2001 From: dgp Date: Mon, 10 Sep 2001 21:18:19 +0000 Subject: * Added #include of tclInt.h; access to Tcl internals, notably TclpUnloadFile(), is required. Thanks to Bob Techentin for report and patch. [Bug 459305] --- ChangeLog | 4 ++++ unix/tclLoadShl.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index f3367a6..4363aa4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2001-09-10 Don Porter + * unix/tclLoadShl.c: Added #include of tclInt.h; access to Tcl + internals, notably TclpUnloadFile(), is required. Thanks to + Bob Techentin for report and patch. [Bug 459305] + * generic/tclInitScript.h (initScript): * win/tclWinInit.c (TCL_REGISTRY_KEY, TclpSetVariables): Removed vestiges of Tcl's old initialization from registry variables. diff --git a/unix/tclLoadShl.c b/unix/tclLoadShl.c index 5feb489..b99ecad 100644 --- a/unix/tclLoadShl.c +++ b/unix/tclLoadShl.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: tclLoadShl.c,v 1.6 2001/09/04 18:06:34 vincentdarley Exp $ + * RCS: @(#) $Id: tclLoadShl.c,v 1.7 2001/09/10 21:18:19 dgp Exp $ */ #include @@ -23,7 +23,7 @@ # undef EXTERN #endif -#include "tcl.h" +#include "tclInt.h" /* *---------------------------------------------------------------------- -- cgit v0.12