summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2003-09-29 21:45:35 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2003-09-29 21:45:35 (GMT)
commita5af050b4298a8a5e563e905b39b8f757df1b90c (patch)
tree4c96a58a2d044ae4e3c5c2e911f092a34ca5b989 /generic/tclStubInit.c
parent51d61f0f3368b5b9b14bbbbefb0a2aedb30ed5e3 (diff)
downloadtcl-a5af050b4298a8a5e563e905b39b8f757df1b90c.zip
tcl-a5af050b4298a8a5e563e905b39b8f757df1b90c.tar.gz
tcl-a5af050b4298a8a5e563e905b39b8f757df1b90c.tar.bz2
Regen
Diffstat (limited to 'generic/tclStubInit.c')
-rw-r--r--generic/tclStubInit.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c
index ef5d8f1..0a89d09 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.88 2003/09/05 21:52:12 dgp Exp $
+ * RCS: @(#) $Id: tclStubInit.c,v 1.89 2003/09/29 21:45:35 dkf Exp $
*/
#include "tclInt.h"
@@ -963,6 +963,7 @@ TclStubs tclStubs = {
Tcl_GetCommandFromObj, /* 516 */
Tcl_GetCommandFullName, /* 517 */
Tcl_FSEvalFileEx, /* 518 */
+ Tcl_SetExitProc, /* 519 */
};
/* !END!: Do not edit above this line. */