summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2008-07-31 20:01:33 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2008-07-31 20:01:33 (GMT)
commitd9e5311f467b0b01c8aa09875bd1bae9eafe91dc (patch)
tree5649b5b72171fbe94dbe92f7d7af638a8713b4e5 /generic/tclInt.h
parent48251df30f4df754d76577f0bb3f1a230a205ad4 (diff)
downloadtcl-d9e5311f467b0b01c8aa09875bd1bae9eafe91dc.zip
tcl-d9e5311f467b0b01c8aa09875bd1bae9eafe91dc.tar.gz
tcl-d9e5311f467b0b01c8aa09875bd1bae9eafe91dc.tar.bz2
nr-enabling [for]; [while] made to reuse [for]'s infrastructure.
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r--generic/tclInt.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index a3f6fd2..31114e9 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -15,7 +15,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclInt.h,v 1.385 2008/07/31 18:29:40 msofer Exp $
+ * RCS: @(#) $Id: tclInt.h,v 1.386 2008/07/31 20:01:40 msofer Exp $
*/
#ifndef _TCLINT
@@ -2529,9 +2529,11 @@ MODULE_SCOPE Tcl_ObjCmdProc TclNRNamespaceObjCmd;
MODULE_SCOPE Tcl_ObjCmdProc TclNRApplyObjCmd;
MODULE_SCOPE Tcl_ObjCmdProc TclNRUplevelObjCmd;
MODULE_SCOPE Tcl_ObjCmdProc TclNRCatchObjCmd;
+MODULE_SCOPE Tcl_ObjCmdProc TclNRForObjCmd;
MODULE_SCOPE Tcl_ObjCmdProc TclNRIfObjCmd;
MODULE_SCOPE Tcl_ObjCmdProc TclNRWhileObjCmd;
+MODULE_SCOPE Tcl_NRPostProc TclNRForIterCallback;
MODULE_SCOPE Tcl_ObjCmdProc TclTailcallObjCmd;
MODULE_SCOPE int TclNREvalCmd(Tcl_Interp * interp, Tcl_Obj * objPtr,