summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2008-07-31 15:42:06 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2008-07-31 15:42:06 (GMT)
commitcad03f83809878b3802167f7b8cd219012690cc8 (patch)
treec1cd6fe19b292b68cd8a7fb589a5d7753ab2367f /generic/tclInt.h
parent0a80549aa57439939e05b98b8471c00b2af09b49 (diff)
downloadtcl-cad03f83809878b3802167f7b8cd219012690cc8.zip
tcl-cad03f83809878b3802167f7b8cd219012690cc8.tar.gz
tcl-cad03f83809878b3802167f7b8cd219012690cc8.tar.bz2
* generic/tclBasic.c: NR-enabling [catch]
* generic/tclCmdAH.c: * generic/tclInt.h: * tests/NRE.test:
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 a098b5f..6941f18 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.382 2008/07/31 14:43:45 msofer Exp $
+ * RCS: @(#) $Id: tclInt.h,v 1.383 2008/07/31 15:42:07 msofer Exp $
*/
#ifndef _TCLINT
@@ -2528,6 +2528,7 @@ MODULE_SCOPE char tclEmptyString;
MODULE_SCOPE Tcl_ObjCmdProc TclNRNamespaceObjCmd;
MODULE_SCOPE Tcl_ObjCmdProc TclNRApplyObjCmd;
MODULE_SCOPE Tcl_ObjCmdProc TclNRUplevelObjCmd;
+MODULE_SCOPE Tcl_ObjCmdProc TclNRCatchObjCmd;
MODULE_SCOPE Tcl_ObjCmdProc TclTailcallObjCmd;
MODULE_SCOPE int TclNREvalCmd(Tcl_Interp * interp, Tcl_Obj * objPtr,