diff options
author | dgp <dgp@users.sourceforge.net> | 2008-12-16 14:34:56 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-12-16 14:34:56 (GMT) |
commit | 037500d28aee14c1ac5aafce81d2fb69bef43059 (patch) | |
tree | 1b70d9edc5037cd49510094a56730a9a364ec1c6 /generic/tclStubInit.c | |
parent | 8f9f6a2a1711e1e976243069a558fa11cf47209f (diff) | |
download | tcl-037500d28aee14c1ac5aafce81d2fb69bef43059.zip tcl-037500d28aee14c1ac5aafce81d2fb69bef43059.tar.gz tcl-037500d28aee14c1ac5aafce81d2fb69bef43059.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:
Diffstat (limited to 'generic/tclStubInit.c')
-rw-r--r-- | generic/tclStubInit.c | 4 |
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. */ |