From e00df2e46ecfb6872608e2cb3d482fb10d4e32ef Mon Sep 17 00:00:00 2001 From: suresh Date: Wed, 1 Jul 1998 14:53:20 +0000 Subject: Added extern definition of variable 'tclAlternateInitScript' which is defined in the file(s) "/tclInit.c". --- generic/tclInt.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/generic/tclInt.h b/generic/tclInt.h index 83fd3d9..749ea1b 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.h @@ -1242,6 +1242,15 @@ extern long tclObjsFreed; extern char * tclEmptyStringRep; /* + * A pointer to a string that holds an alternate initialization script to the + * built-in initialization script defined in the file "generic/tclInitScript.h". + * The Tcl_Init() routine will evaluate this script if it contains a non-NULL + * value. + */ + +extern char * tclAlternateInitScript; + +/* *---------------------------------------------------------------- * Procedures shared among Tcl modules but not used by the outside * world: -- cgit v0.12