From 4a18847f0f8c0b170a9811c41f62b47cf5d8449b Mon Sep 17 00:00:00 2001 From: suresh Date: Thu, 9 Jul 1998 13:46:49 +0000 Subject: Moved the variable 'tclPreInitScript' to the file generic/tclInitScript.h --- unix/tclUnixInit.c | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/unix/tclUnixInit.c b/unix/tclUnixInit.c index 2d005c7..25b8b8d 100644 --- a/unix/tclUnixInit.c +++ b/unix/tclUnixInit.c @@ -45,21 +45,14 @@ static char pkgPath[sizeof(TCL_PACKAGE_PATH)+200] = TCL_PACKAGE_PATH; static int initialized = 0; /* - * The Init script (common to Windows and Unix platforms) is - * defined in tclInitScript.h + * The Init script, tclPreInitScript variable, and the routine + * TclSetPreInitScript (common to Windows and Unix platforms) are defined + * in generic/tclInitScript.h. */ #include "tclInitScript.h" /* - * A pointer to a string that holds an initialization script that if non-NULL - * is evaluated in Tcl_Init() prior to the the built-in initialization script - * that is defined in the file "generic/tclInitScript.h". - */ - -char * tclPreInitScript = NULL; - -/* * Static routines in this file: */ -- cgit v0.12