diff options
| author | donal.k.fellows@manchester.ac.uk <dkf> | 2002-05-24 21:19:05 (GMT) |
|---|---|---|
| committer | donal.k.fellows@manchester.ac.uk <dkf> | 2002-05-24 21:19:05 (GMT) |
| commit | c7fcfdf0e841b876049c38a7d2d4d6e15e517586 (patch) | |
| tree | d34442300ca635a1ed50e2595f393b9dfaca97f4 /generic/tclStubInit.c | |
| parent | 79dfc84aec568d10bbed11f501aaa87b5a94682e (diff) | |
| download | tcl-c7fcfdf0e841b876049c38a7d2d4d6e15e517586.zip tcl-c7fcfdf0e841b876049c38a7d2d4d6e15e517586.tar.gz tcl-c7fcfdf0e841b876049c38a7d2d4d6e15e517586.tar.bz2 | |
TIP#91 implementation; makes old style channels binary compatible with
new TIP#72-enabled Tcl. See http://purl.org/tcl/tip/91 for details.
Diffstat (limited to 'generic/tclStubInit.c')
| -rw-r--r-- | generic/tclStubInit.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c index 52ee177..be2902e 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.69 2002/04/19 14:19:02 das Exp $ + * RCS: @(#) $Id: tclStubInit.c,v 1.70 2002/05/24 21:19:06 dkf Exp $ */ #include "tclInt.h" @@ -896,6 +896,7 @@ TclStubs tclStubs = { Tcl_AllocStatBuf, /* 490 */ Tcl_Seek, /* 491 */ Tcl_Tell, /* 492 */ + Tcl_ChannelWideSeekProc, /* 493 */ }; /* !END!: Do not edit above this line. */ |
