summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-03-19 11:54:06 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-03-19 11:54:06 (GMT)
commit9d6f5201163bb582aa7e121e4c8b9799ec415479 (patch)
tree9ae9c5f44af5aa9421bb2bd4ddb91f67e9ab4829 /generic/tclInt.h
parent5047cca473a0226f06a3b69d9f0b62a0b3732e79 (diff)
downloadtcl-9d6f5201163bb582aa7e121e4c8b9799ec415479.zip
tcl-9d6f5201163bb582aa7e121e4c8b9799ec415479.tar.gz
tcl-9d6f5201163bb582aa7e121e4c8b9799ec415479.tar.bz2
Compile the [throw] command.
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 4bdb3c7..9661894 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.464 2010/03/05 14:34:04 dkf Exp $
+ * RCS: @(#) $Id: tclInt.h,v 1.465 2010/03/19 11:54:07 dkf Exp $
*/
#ifndef _TCLINT
@@ -3481,6 +3481,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 TclCompileThrowCmd(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);