summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-02-09 20:51:53 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-02-09 20:51:53 (GMT)
commit10c072cd77b0339c60b1861fe19ee8bd81eb14a0 (patch)
treefdc59a83272d2d5bacd76f918b88cde401b76e61 /generic/tclInt.h
parentc9ff0f04abcd6fbf70000f4d8e28579ffe341303 (diff)
downloadtcl-10c072cd77b0339c60b1861fe19ee8bd81eb14a0.zip
tcl-10c072cd77b0339c60b1861fe19ee8bd81eb14a0.tar.gz
tcl-10c072cd77b0339c60b1861fe19ee8bd81eb14a0.tar.bz2
Compilation of [try] now enabled!
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r--generic/tclInt.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index 0e98299..bccb5a8 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.459 2010/02/05 22:39:44 dkf Exp $
+ * RCS: @(#) $Id: tclInt.h,v 1.460 2010/02/09 20:51:54 dkf Exp $
*/
#ifndef _TCLINT
@@ -3396,6 +3396,9 @@ MODULE_SCOPE int TclCompileSubstCmd(Tcl_Interp *interp,
MODULE_SCOPE int TclCompileSwitchCmd(Tcl_Interp *interp,
Tcl_Parse *parsePtr, Command *cmdPtr,
struct CompileEnv *envPtr);
+MODULE_SCOPE int TclCompileTryCmd(Tcl_Interp *interp,
+ Tcl_Parse *parsePtr, Command *cmdPtr,
+ struct CompileEnv *envPtr);
MODULE_SCOPE int TclCompileUnsetCmd(Tcl_Interp *interp,
Tcl_Parse *parsePtr, Command *cmdPtr,
struct CompileEnv *envPtr);