diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-10-02 23:55:20 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-10-02 23:55:20 (GMT) |
commit | cfff639c9c08071cfdae47df0a73070c387255b7 (patch) | |
tree | 66851f1b78b85a625d91af802c4217e617cae4bb /generic/tclStubInit.c | |
parent | 671e79779b468359afe18d0fafb3afe148ebe7cd (diff) | |
download | tcl-cfff639c9c08071cfdae47df0a73070c387255b7.zip tcl-cfff639c9c08071cfdae47df0a73070c387255b7.tar.gz tcl-cfff639c9c08071cfdae47df0a73070c387255b7.tar.bz2 |
Regen
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 07b6ca3..91a1050 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.164 2008/09/28 22:18:46 dkf Exp $ + * RCS: @(#) $Id: tclStubInit.c,v 1.165 2008/10/02 23:55:20 dkf Exp $ */ #include "tclInt.h" @@ -1129,6 +1129,7 @@ static const TclStubs tclStubs = { Tcl_GetBlockSizeFromStat, /* 601 */ Tcl_SetEnsembleParameterList, /* 602 */ Tcl_GetEnsembleParameterList, /* 603 */ + &remObjv);, /* 604 */ }; /* !END!: Do not edit above this line. */ |