diff options
author | nijtmans <nijtmans> | 2010-07-02 20:48:55 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-07-02 20:48:55 (GMT) |
commit | fc36414c7fe2d2d3d8bfa9a79a7390d0d30a80eb (patch) | |
tree | 568b5fbf16d1cd50fd1b5c8a41d98233208ac788 /generic/tclStubInit.c | |
parent | b1f2ce2cad5a74808cb19c4ab54a21c303329e51 (diff) | |
download | tcl-fc36414c7fe2d2d3d8bfa9a79a7390d0d30a80eb.zip tcl-fc36414c7fe2d2d3d8bfa9a79a7390d0d30a80eb.tar.gz tcl-fc36414c7fe2d2d3d8bfa9a79a7390d0d30a80eb.tar.bz2 |
[Bug #803489] Tcl_FindNamespace problem in the Stubs table
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 d27f626..d545af5 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.191 2010/04/26 13:32:33 dkf Exp $ + * RCS: @(#) $Id: tclStubInit.c,v 1.192 2010/07/02 20:48:55 nijtmans Exp $ */ #include "tclInt.h" @@ -291,7 +291,7 @@ static const TclIntStubs tclIntStubs = { TclGetSrcInfoForPc, /* 233 */ TclVarHashCreateVar, /* 234 */ TclInitVarHashTable, /* 235 */ - Tcl_BackgroundException, /* 236 */ + TclBackgroundException, /* 236 */ TclResetCancellation, /* 237 */ TclNRInterpProc, /* 238 */ TclNRInterpProcCore, /* 239 */ |