diff options
author | dgp <dgp@users.sourceforge.net> | 2005-06-07 02:07:23 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2005-06-07 02:07:23 (GMT) |
commit | 81f024440701bf5a0f22284bc4f90e3aa47017bf (patch) | |
tree | 6199ec14a702382a825b50fdc61f073b490448e6 /generic/tclStubInit.c | |
parent | e9429305435f6edac06ba3dc914e5658705e160a (diff) | |
download | tcl-81f024440701bf5a0f22284bc4f90e3aa47017bf.zip tcl-81f024440701bf5a0f22284bc4f90e3aa47017bf.tar.gz tcl-81f024440701bf5a0f22284bc4f90e3aa47017bf.tar.bz2 |
make genstubs
Diffstat (limited to 'generic/tclStubInit.c')
-rw-r--r-- | generic/tclStubInit.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c index ebe7d40..fa9d4a5 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.117 2005/05/14 20:46:45 das Exp $ + * RCS: @(#) $Id: tclStubInit.c,v 1.118 2005/06/07 02:07:27 dgp Exp $ */ #include "tclInt.h" @@ -981,6 +981,8 @@ TclStubs tclStubs = { Tcl_DbNewBignumObj, /* 556 */ Tcl_SetBignumObj, /* 557 */ Tcl_GetBignumFromObj, /* 558 */ + Tcl_TruncateChannel, /* 559 */ + Tcl_ChannelTruncateProc, /* 560 */ }; /* !END!: Do not edit above this line. */ |