summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclStubInit.c')
-rw-r--r--generic/tclStubInit.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c
index ace7938..d53692f 100644
--- a/generic/tclStubInit.c
+++ b/generic/tclStubInit.c
@@ -8,11 +8,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
-<<<<<<< tclStubInit.c
- * RCS: @(#) $Id: tclStubInit.c,v 1.109.2.15 2005/08/23 06:15:21 dgp Exp $
-=======
- * RCS: @(#) $Id: tclStubInit.c,v 1.109.2.15 2005/08/23 06:15:21 dgp Exp $
->>>>>>> 1.121
+ * RCS: @(#) $Id: tclStubInit.c,v 1.109.2.16 2005/08/25 15:46:31 dgp Exp $
*/
#include "tclInt.h"
@@ -988,6 +984,10 @@ TclStubs tclStubs = {
Tcl_GetBignumFromObj, /* 558 */
Tcl_TruncateChannel, /* 559 */
Tcl_ChannelTruncateProc, /* 560 */
+ Tcl_SetChannelErrorInterp, /* 561 */
+ Tcl_GetChannelErrorInterp, /* 562 */
+ Tcl_SetChannelError, /* 563 */
+ Tcl_GetChannelError, /* 564 */
};
/* !END!: Do not edit above this line. */