summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-05-13 13:00:18 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-05-13 13:00:18 (GMT)
commitd01320f05bae27ec34d7f467bf673d3e88ba5e5b (patch)
tree5d457a16687c9af0524a420d4268afc1934e47d2 /generic/tclStubInit.c
parent81bf158695e5ecff209636d52392ca7f21675f23 (diff)
downloadtcl-d01320f05bae27ec34d7f467bf673d3e88ba5e5b.zip
tcl-d01320f05bae27ec34d7f467bf673d3e88ba5e5b.tar.gz
tcl-d01320f05bae27ec34d7f467bf673d3e88ba5e5b.tar.bz2
Regen
Diffstat (limited to 'generic/tclStubInit.c')
-rw-r--r--generic/tclStubInit.c17
1 files changed, 16 insertions, 1 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c
index bfe26c0..19266e0 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.94 2004/04/06 22:25:55 dgp Exp $
+ * RCS: @(#) $Id: tclStubInit.c,v 1.95 2004/05/13 13:00:20 dkf Exp $
*/
#include "tclInt.h"
@@ -898,6 +898,21 @@ TclStubs tclStubs = {
Tcl_GetCommandFullName, /* 517 */
Tcl_FSEvalFileEx, /* 518 */
Tcl_SetExitProc, /* 519 */
+ Tcl_LimitAddHandler, /* 520 */
+ Tcl_LimitRemoveHandler, /* 521 */
+ Tcl_LimitReady, /* 522 */
+ Tcl_LimitCheck, /* 523 */
+ Tcl_LimitExceeded, /* 524 */
+ Tcl_LimitSetCommands, /* 525 */
+ Tcl_LimitSetTime, /* 526 */
+ Tcl_LimitSetGranularity, /* 527 */
+ Tcl_LimitTypeEnabled, /* 528 */
+ Tcl_LimitTypeExceeded, /* 529 */
+ Tcl_LimitTypeSet, /* 530 */
+ Tcl_LimitTypeReset, /* 531 */
+ Tcl_LimitGetCommands, /* 532 */
+ Tcl_LimitGetTime, /* 533 */
+ Tcl_LimitGetGranularity, /* 534 */
};
/* !END!: Do not edit above this line. */