diff options
| author | donal.k.fellows@manchester.ac.uk <dkf> | 2004-05-13 13:00:18 (GMT) |
|---|---|---|
| committer | donal.k.fellows@manchester.ac.uk <dkf> | 2004-05-13 13:00:18 (GMT) |
| commit | 6b96dc7ebd61397dcf7caa672af56560de7e3e19 (patch) | |
| tree | 5d457a16687c9af0524a420d4268afc1934e47d2 /generic/tclStubInit.c | |
| parent | 34a7d6269001ba5858a0e534dc09c7114f68dda8 (diff) | |
| download | tcl-6b96dc7ebd61397dcf7caa672af56560de7e3e19.zip tcl-6b96dc7ebd61397dcf7caa672af56560de7e3e19.tar.gz tcl-6b96dc7ebd61397dcf7caa672af56560de7e3e19.tar.bz2 | |
Regen
Diffstat (limited to 'generic/tclStubInit.c')
| -rw-r--r-- | generic/tclStubInit.c | 17 |
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. */ |
