summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixInit.c
diff options
context:
space:
mode:
authorsuresh <suresh@noemail.net>1998-07-09 13:46:48 (GMT)
committersuresh <suresh@noemail.net>1998-07-09 13:46:48 (GMT)
commit6db2357342a97563770473d3c56ba4959d71560f (patch)
tree84cc1881ee9fa27182e3b33dc7a4df5552a2faed /unix/tclUnixInit.c
parentf777474977d208f8d3212b0f034269b792433b1d (diff)
downloadtcl-6db2357342a97563770473d3c56ba4959d71560f.zip
tcl-6db2357342a97563770473d3c56ba4959d71560f.tar.gz
tcl-6db2357342a97563770473d3c56ba4959d71560f.tar.bz2
Moved the variable 'tclPreInitScript' to the file generic/tclInitScript.h
FossilOrigin-Name: 8fd9d077fb9813b93b5620e2154c1a8aa7aa8fa6
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:
*/