diff options
| author | donal.k.fellows@manchester.ac.uk <dkf> | 2008-10-03 00:09:43 (GMT) |
|---|---|---|
| committer | donal.k.fellows@manchester.ac.uk <dkf> | 2008-10-03 00:09:43 (GMT) |
| commit | 335f8563017e65aadd2d5980c78dfca71d07304c (patch) | |
| tree | a0f12f72729601acd9e5fd0ef3385ae06b726612 /generic/tclStubInit.c | |
| parent | cc94fd0a747b353bb354578d0aab468726ea2951 (diff) | |
| download | tcl-335f8563017e65aadd2d5980c78dfca71d07304c.zip tcl-335f8563017e65aadd2d5980c78dfca71d07304c.tar.gz tcl-335f8563017e65aadd2d5980c78dfca71d07304c.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. */ |
