diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2001-09-06 09:35:38 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2001-09-06 09:35:38 (GMT) |
commit | 00fa35903e2fbdfd338272cca5a688e72cfa2fe5 (patch) | |
tree | 93416be5c270a49dbdaf6d13f37789d57f26b257 /generic/tclStubInit.c | |
parent | c8fdd3bc2f632161150acc34eba0e6904ada0e9c (diff) | |
download | tcl-00fa35903e2fbdfd338272cca5a688e72cfa2fe5.zip tcl-00fa35903e2fbdfd338272cca5a688e72cfa2fe5.tar.gz tcl-00fa35903e2fbdfd338272cca5a688e72cfa2fe5.tar.bz2 |
Changes due to TIP#49 "Tcl_OutputBuffered" from Rolf Schroedter
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 ab2d80b..a3c6b02 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.57 2001/09/04 18:06:34 vincentdarley Exp $ + * RCS: @(#) $Id: tclStubInit.c,v 1.58 2001/09/06 09:35:39 dkf Exp $ */ #include "tclInt.h" @@ -875,6 +875,7 @@ TclStubs tclStubs = { Tcl_FSGetTranslatedStringPath, /* 476 */ Tcl_FSGetFileSystemForPath, /* 477 */ Tcl_FSGetPathType, /* 478 */ + Tcl_OutputBuffered, /* 479 */ }; /* !END!: Do not edit above this line. */ |