summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2008-12-16 14:34:55 (GMT)
committerdgp <dgp@noemail.net>2008-12-16 14:34:55 (GMT)
commitdc345ec48ac2b80294a766174c7d0925617f4994 (patch)
tree1b70d9edc5037cd49510094a56730a9a364ec1c6 /generic/tclStubInit.c
parente906aafd1227beece9296bed99a0c5526e4681b2 (diff)
downloadtcl-dc345ec48ac2b80294a766174c7d0925617f4994.zip
tcl-dc345ec48ac2b80294a766174c7d0925617f4994.tar.gz
tcl-dc345ec48ac2b80294a766174c7d0925617f4994.tar.bz2
* generic/tcl.h: Add TIP 338 routines to stub table.
* generic/tcl.decls: [Bug 2431338]. * generic/tclDecls.h: make genstubs * generic/tclStubInit.c: FossilOrigin-Name: 41252e08cd5db8bfe0b64a20eab708a207aa1880
Diffstat (limited to 'generic/tclStubInit.c')
-rw-r--r--generic/tclStubInit.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c
index d64f061..fbdeb13 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.174 2008/12/15 15:48:33 dgp Exp $
+ * RCS: @(#) $Id: tclStubInit.c,v 1.175 2008/12/16 14:34:57 dgp Exp $
*/
#include "tclInt.h"
@@ -1147,6 +1147,8 @@ static const TclStubs tclStubs = {
Tcl_ZlibStreamGet, /* 619 */
Tcl_ZlibStreamClose, /* 620 */
Tcl_ZlibStreamReset, /* 621 */
+ Tcl_SetStartupScript, /* 622 */
+ Tcl_GetStartupScript, /* 623 */
};
/* !END!: Do not edit above this line. */