summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2008-07-21 16:25:58 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2008-07-21 16:25:58 (GMT)
commit1d5e719008a7c51b66cc13a0a30991af762353c1 (patch)
tree8fd30c46b1bdb91d7e870818b760478eb06a9f16 /generic/tclStubInit.c
parent884b6dff3c37ee13afd4737b75fd7c23ed011c5d (diff)
downloadtcl-1d5e719008a7c51b66cc13a0a30991af762353c1.zip
tcl-1d5e719008a7c51b66cc13a0a30991af762353c1.tar.gz
tcl-1d5e719008a7c51b66cc13a0a30991af762353c1.tar.bz2
* generic/tcl.decls: Changed the implementation of
* generic/tclBasic.c: [namespace import]; removed * generic/tclDecls.h: Tcl_NRObjProc, replaced with * generic/tclExecute.c: Tcl_NRCmdSwap (proposed public * generic/tclInt.h: NRE API). This should fix * generic/tclNRE.h: [Bug 582506]. * generic/tclNamesp.c: * generic/tclStubInit.c:
Diffstat (limited to 'generic/tclStubInit.c')
-rw-r--r--generic/tclStubInit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c
index 84aca49..7d310d7 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.157 2008/07/18 13:46:47 msofer Exp $
+ * RCS: @(#) $Id: tclStubInit.c,v 1.158 2008/07/21 16:26:09 msofer Exp $
*/
#include "tclInt.h"
@@ -1111,7 +1111,7 @@ static const TclStubs tclStubs = {
Tcl_NRCreateCommand, /* 582 */
Tcl_NREvalObj, /* 583 */
Tcl_NREvalObjv, /* 584 */
- Tcl_NRObjProc, /* 585 */
+ Tcl_NRCmdSwap, /* 585 */
Tcl_NRAddCallback, /* 586 */
Tcl_NRCallObjProc, /* 587 */
};