summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
diff options
context:
space:
mode:
authorkennykb <kennykb@noemail.net>2002-02-10 20:36:32 (GMT)
committerkennykb <kennykb@noemail.net>2002-02-10 20:36:32 (GMT)
commit5fffbb4dce11539b7de8fdfcc4b834f995d9abb7 (patch)
tree2b27493c60c41d8ef8064c9ae2e4741e520ecaf9 /generic/tclStubInit.c
parente0dc2f4f7851c87544210d1399a915863a9e1265 (diff)
downloadtcl-5fffbb4dce11539b7de8fdfcc4b834f995d9abb7.zip
tcl-5fffbb4dce11539b7de8fdfcc4b834f995d9abb7.tar.gz
tcl-5fffbb4dce11539b7de8fdfcc4b834f995d9abb7.tar.bz2
Added Tcl_CreateObjTrace, Tcl_GetCommandInfoFromToken and
Tcl_SetCommandInfoFromToken. (TIPs #32 and #79.) FossilOrigin-Name: 5a7e3737aabc29b2f60a008ee6aaf1d35c9da32f
Diffstat (limited to 'generic/tclStubInit.c')
-rw-r--r--generic/tclStubInit.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c
index 9f739bd..7285dac 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.66 2002/01/05 22:55:52 dgp Exp $
+ * RCS: @(#) $Id: tclStubInit.c,v 1.67 2002/02/10 20:36:34 kennykb Exp $
*/
#include "tclInt.h"
@@ -885,6 +885,9 @@ TclStubs tclStubs = {
Tcl_FSMountsChanged, /* 480 */
Tcl_EvalTokensStandard, /* 481 */
Tcl_GetTime, /* 482 */
+ Tcl_CreateObjTrace, /* 483 */
+ Tcl_GetCommandInfoFromToken, /* 484 */
+ Tcl_SetCommandInfoFromToken, /* 485 */
};
/* !END!: Do not edit above this line. */