summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
diff options
context:
space:
mode:
authorsurles <surles>1999-04-16 22:03:58 (GMT)
committersurles <surles>1999-04-16 22:03:58 (GMT)
commitbc1186e23a8f0e592e97b8d8a72f81ac6e69b8c8 (patch)
tree44036e7d65b967b506d40c1fdb67a7a96450c2c2 /generic/tclStubInit.c
parent3a8f2f8eda68a2628907a846410a9738586e116c (diff)
downloadtcl-bc1186e23a8f0e592e97b8d8a72f81ac6e69b8c8.zip
tcl-bc1186e23a8f0e592e97b8d8a72f81ac6e69b8c8.tar.gz
tcl-bc1186e23a8f0e592e97b8d8a72f81ac6e69b8c8.tar.bz2
fixed bug 1811: Add TclSetPreInitScript to the stubs files.
Diffstat (limited to 'generic/tclStubInit.c')
-rw-r--r--generic/tclStubInit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c
index d11b0b3..8088b04 100644
--- a/generic/tclStubInit.c
+++ b/generic/tclStubInit.c
@@ -8,7 +8,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclStubInit.c,v 1.7 1999/04/16 00:46:53 stanton Exp $
+ * RCS: @(#) $Id: tclStubInit.c,v 1.8 1999/04/16 22:03:59 surles Exp $
*/
#include "tclInt.h"
@@ -542,7 +542,7 @@ TclIntStubs tclIntStubs = {
TclServiceIdle, /* 98 */
TclSetElementOfIndexedArray, /* 99 */
TclSetIndexedScalar, /* 100 */
- NULL, /* 101 */
+ TclSetPreInitScript, /* 101 */
TclSetupEnv, /* 102 */
TclSockGetPort, /* 103 */
TclSockMinimumBuffers, /* 104 */