summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-12-05 14:28:10 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-12-05 14:28:10 (GMT)
commitd576a102feda0e480a2d14fe0bcc65448a4ff17e (patch)
tree6b23a6d73d688bdab6cae467f2cf1a35a49d7c10 /generic/tclStubInit.c
parentce2d0cb7086d505a6a8bab25315b986de0c0250f (diff)
downloadtcl-d576a102feda0e480a2d14fe0bcc65448a4ff17e.zip
tcl-d576a102feda0e480a2d14fe0bcc65448a4ff17e.tar.gz
tcl-d576a102feda0e480a2d14fe0bcc65448a4ff17e.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 15cfa2d..bb41803 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.168 2008/12/02 19:40:41 dgp Exp $
+ * RCS: @(#) $Id: tclStubInit.c,v 1.169 2008/12/05 14:28:10 dkf Exp $
*/
#include "tclInt.h"
@@ -1132,6 +1132,7 @@ static const TclStubs tclStubs = {
Tcl_ParseArgsObjv, /* 604 */
Tcl_GetErrorLine, /* 605 */
Tcl_SetErrorLine, /* 606 */
+ Tcl_TransferResult, /* 607 */
};
/* !END!: Do not edit above this line. */