diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-01-12 21:57:24 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-01-12 21:57:24 (GMT) |
commit | 84b9c7728c8f168edce68d529ddac68a5056e766 (patch) | |
tree | 95dc63ae62343b7f4bc6b8d761106a05151f7639 /generic/tclInt.decls | |
parent | 1092d1065d97d23b48062e4390604b39ff939aca (diff) | |
download | tcl-84b9c7728c8f168edce68d529ddac68a5056e766.zip tcl-84b9c7728c8f168edce68d529ddac68a5056e766.tar.gz tcl-84b9c7728c8f168edce68d529ddac68a5056e766.tar.bz2 |
Put back TclBackgroundException in internal stub table, so extensions using this, compiled against 8.5 headers still run in Tcl 8.6.
Diffstat (limited to 'generic/tclInt.decls')
-rw-r--r-- | generic/tclInt.decls | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tclInt.decls b/generic/tclInt.decls index f215d32..948cc01 100644 --- a/generic/tclInt.decls +++ b/generic/tclInt.decls @@ -941,9 +941,9 @@ declare 235 { # TIP 337 made this one public -#declare 236 { -# void TclBackgroundException(Tcl_Interp *interp, int code) -#} +declare 236 { + void TclBackgroundException(Tcl_Interp *interp, int code) +} # TIP #285: Script cancellation support. declare 237 { |