diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-07-21 21:50:47 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-07-21 21:50:47 (GMT) |
commit | 45f567905490707f572d6b6a31274edca1f06b59 (patch) | |
tree | fc01fae4b971080963b18ede4851b4fe48c579ab /generic/tclStubInit.c | |
parent | 6a77d40d48491f6d5c3dabe5a735ac475c14c493 (diff) | |
download | tcl-45f567905490707f572d6b6a31274edca1f06b59.zip tcl-45f567905490707f572d6b6a31274edca1f06b59.tar.gz tcl-45f567905490707f572d6b6a31274edca1f06b59.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 5a9c60b..df0bc64 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.119 2005/07/05 18:15:58 dgp Exp $ + * RCS: @(#) $Id: tclStubInit.c,v 1.120 2005/07/21 21:50:48 dkf Exp $ */ #include "tclInt.h" @@ -309,6 +309,7 @@ TclIntStubs tclIntStubs = { TclBN_mp_init, /* 222 */ TclBN_mp_read_radix, /* 223 */ TclGetPlatform, /* 224 */ + TclTraceDictPath, /* 225 */ }; TclIntPlatStubs tclIntPlatStubs = { |