summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavygrvy <davygrvy@noemail.net>2004-01-16 02:46:09 (GMT)
committerdavygrvy <davygrvy@noemail.net>2004-01-16 02:46:09 (GMT)
commita195b22742014f1cd69989ef8b78a85d834f58e1 (patch)
tree2f00adadf59ff3306cedc016fda18fcee1850823
parent33f0fff5de3af0aec20940a932fba941c9cc488c (diff)
downloadtcl-a195b22742014f1cd69989ef8b78a85d834f58e1.zip
tcl-a195b22742014f1cd69989ef8b78a85d834f58e1.tar.gz
tcl-a195b22742014f1cd69989ef8b78a85d834f58e1.tar.bz2
Same change in how TCL_USE_STATIC_PACKAGES is used.
FossilOrigin-Name: 3ebae578641ab834c8fe84b6b216b4e278f3ceb8
-rw-r--r--win/tclAppInit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tclAppInit.c b/win/tclAppInit.c
index fd3a5d1..0b1d659 100644
--- a/win/tclAppInit.c
+++ b/win/tclAppInit.c
@@ -11,7 +11,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclAppInit.c,v 1.15 2003/10/14 22:48:06 davygrvy Exp $
+ * RCS: @(#) $Id: tclAppInit.c,v 1.16 2004/01/16 02:46:10 davygrvy Exp $
*/
#include "tcl.h"
@@ -180,7 +180,7 @@ Tcl_AppInit(interp)
Procbodytest_SafeInit);
#endif /* TCL_TEST */
-#if defined(STATIC_BUILD) && defined(TCL_USE_STATIC_PACKAGES)
+#if defined(STATIC_BUILD) && TCL_USE_STATIC_PACKAGES
{
extern Tcl_PackageInitProc Registry_Init;
extern Tcl_PackageInitProc Dde_Init;