summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixInit.c
diff options
context:
space:
mode:
authorsuresh <suresh>1998-07-09 13:46:49 (GMT)
committersuresh <suresh>1998-07-09 13:46:49 (GMT)
commit4a18847f0f8c0b170a9811c41f62b47cf5d8449b (patch)
tree84cc1881ee9fa27182e3b33dc7a4df5552a2faed /unix/tclUnixInit.c
parentd53df4119776f97484c23827a7c69370a5a2ec51 (diff)
downloadtcl-4a18847f0f8c0b170a9811c41f62b47cf5d8449b.zip
tcl-4a18847f0f8c0b170a9811c41f62b47cf5d8449b.tar.gz
tcl-4a18847f0f8c0b170a9811c41f62b47cf5d8449b.tar.bz2
Moved the variable 'tclPreInitScript' to the file generic/tclInitScript.h
Diffstat (limited to 'unix/tclUnixInit.c')
-rw-r--r--unix/tclUnixInit.c13
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:
*/