summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2009-08-12 16:06:35 (GMT)
committerdgp <dgp@noemail.net>2009-08-12 16:06:35 (GMT)
commite6eba5011fccd6ff44797f23165e12868376dd80 (patch)
tree304bf5c58de4d0e47cff5c024e4f94cfe16357bc /generic/tclStubInit.c
parentaa8022d8f4995279d49707cd5a2055d6c4a25911 (diff)
downloadtcl-e6eba5011fccd6ff44797f23165e12868376dd80.zip
tcl-e6eba5011fccd6ff44797f23165e12868376dd80.tar.gz
tcl-e6eba5011fccd6ff44797f23165e12868376dd80.tar.bz2
TIP #353 IMPLEMENTATION
* doc/NRE.3: New public routine Tcl_NRExprObj() permits * generic/tcl.decls: extension commands to evaluate Tcl expressions * generic/tclBasic.c: in NR-enabled command procedures. * generic/tclCmdAH.c: * generic/tclExecute.c: * generic/tclInt.h: * generic/tclObj.c: * tests/expr.test: * generic/tclDecls.h: make genstubs * generic/tclStubInit.c: FossilOrigin-Name: c2ac0ecc04f7f26d7397bd90f21b36cf3de6795a
Diffstat (limited to 'generic/tclStubInit.c')
-rw-r--r--generic/tclStubInit.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c
index d80c19a..c71b944 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.183 2009/07/15 13:17:19 dkf Exp $
+ * RCS: @(#) $Id: tclStubInit.c,v 1.184 2009/08/12 16:06:44 dgp Exp $
*/
#include "tclInt.h"
@@ -1109,6 +1109,7 @@ static const TclStubs tclStubs = {
Tcl_SetStartupScript, /* 622 */
Tcl_GetStartupScript, /* 623 */
Tcl_CloseEx, /* 624 */
+ Tcl_NRExprObj, /* 625 */
};
/* !END!: Do not edit above this line. */