summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.decls
diff options
context:
space:
mode:
authormig <mig@noemail.net>2011-03-01 19:54:54 (GMT)
committermig <mig@noemail.net>2011-03-01 19:54:54 (GMT)
commit028adb6a7c576043d323b1239bb9e4f9cf96a80f (patch)
treede9c73c4a60bfd332bded0a6a1e50acb0c703d96 /generic/tclInt.decls
parent5c15a95a0f760da1cce47d5a64d58cfa5ac7edb9 (diff)
downloadtcl-028adb6a7c576043d323b1239bb9e4f9cf96a80f.zip
tcl-028adb6a7c576043d323b1239bb9e4f9cf96a80f.tar.gz
tcl-028adb6a7c576043d323b1239bb9e4f9cf96a80f.tar.bz2
This is [Patch 3168398], Joe Mistachkin's optimisation of Tip #285
FossilOrigin-Name: 40089e043b001a989b0496c8e787e66264141512
Diffstat (limited to 'generic/tclInt.decls')
-rw-r--r--generic/tclInt.decls5
1 files changed, 5 insertions, 0 deletions
diff --git a/generic/tclInt.decls b/generic/tclInt.decls
index 61f25d8..d39634e 100644
--- a/generic/tclInt.decls
+++ b/generic/tclInt.decls
@@ -1002,6 +1002,11 @@ declare 249 {
int* decpt, int* signum, char** endPtr)
}
+# TIP #285: Script cancellation support.
+declare 250 {
+ void TclSetSlaveCancelFlags(Tcl_Interp *interp, int flags, int force)
+}
+
##############################################################################
# Define the platform specific internal Tcl interface. These functions are