diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-10-03 00:09:43 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-10-03 00:09:43 (GMT) |
commit | da3b75ab19403ebf3dde8622f08de1abb4b9d3d6 (patch) | |
tree | a0f12f72729601acd9e5fd0ef3385ae06b726612 /generic/tclStubInit.c | |
parent | 1037681faceac7ffe7d44b096a1f52ffa1652bc4 (diff) | |
download | tcl-da3b75ab19403ebf3dde8622f08de1abb4b9d3d6.zip tcl-da3b75ab19403ebf3dde8622f08de1abb4b9d3d6.tar.gz tcl-da3b75ab19403ebf3dde8622f08de1abb4b9d3d6.tar.bz2 |
regen again
Diffstat (limited to 'generic/tclStubInit.c')
-rw-r--r-- | generic/tclStubInit.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c index 91a1050..cdc66e7 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.165 2008/10/02 23:55:20 dkf Exp $ + * RCS: @(#) $Id: tclStubInit.c,v 1.166 2008/10/03 00:09:43 dkf Exp $ */ #include "tclInt.h" @@ -1129,7 +1129,7 @@ static const TclStubs tclStubs = { Tcl_GetBlockSizeFromStat, /* 601 */ Tcl_SetEnsembleParameterList, /* 602 */ Tcl_GetEnsembleParameterList, /* 603 */ - &remObjv);, /* 604 */ + Tcl_ParseArgsObjv, /* 604 */ }; /* !END!: Do not edit above this line. */ |