summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2008-07-31 17:32:29 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2008-07-31 17:32:29 (GMT)
commit9df06f31b0103f7c3c7ab69c4dab6eb19021f50c (patch)
tree08e581c7bccd4d103c43b24f48a44c473ac69a15 /generic/tclInt.h
parentcad03f83809878b3802167f7b8cd219012690cc8 (diff)
downloadtcl-9df06f31b0103f7c3c7ab69c4dab6eb19021f50c.zip
tcl-9df06f31b0103f7c3c7ab69c4dab6eb19021f50c.tar.gz
tcl-9df06f31b0103f7c3c7ab69c4dab6eb19021f50c.tar.bz2
nr-enabling [if]
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r--generic/tclInt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index 6941f18..9ecea20 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.383 2008/07/31 15:42:07 msofer Exp $
+ * RCS: @(#) $Id: tclInt.h,v 1.384 2008/07/31 17:32:30 msofer Exp $
*/
#ifndef _TCLINT
@@ -2529,6 +2529,7 @@ MODULE_SCOPE Tcl_ObjCmdProc TclNRNamespaceObjCmd;
MODULE_SCOPE Tcl_ObjCmdProc TclNRApplyObjCmd;
MODULE_SCOPE Tcl_ObjCmdProc TclNRUplevelObjCmd;
MODULE_SCOPE Tcl_ObjCmdProc TclNRCatchObjCmd;
+MODULE_SCOPE Tcl_ObjCmdProc TclNRIfObjCmd;
MODULE_SCOPE Tcl_ObjCmdProc TclTailcallObjCmd;
MODULE_SCOPE int TclNREvalCmd(Tcl_Interp * interp, Tcl_Obj * objPtr,