diff options
Diffstat (limited to 'unix/tclUnixInit.c')
-rw-r--r-- | unix/tclUnixInit.c | 13 |
1 files 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: */ |