summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
diff options
context:
space:
mode:
authornijtmans <nijtmans>2008-12-09 21:47:08 (GMT)
committernijtmans <nijtmans>2008-12-09 21:47:08 (GMT)
commitc42fcde9e93845b5883b6be8dd4f24a8d5b0b742 (patch)
tree96eb16f7d08cd716bfc696bb4af3fac4df091cb5 /generic/tclStubInit.c
parentd50d702634fc6eb5493a179a01cd0f9c1e57c9c9 (diff)
downloadtcl-c42fcde9e93845b5883b6be8dd4f24a8d5b0b742.zip
tcl-c42fcde9e93845b5883b6be8dd4f24a8d5b0b742.tar.gz
tcl-c42fcde9e93845b5883b6be8dd4f24a8d5b0b742.tar.bz2
restore source and binary compatibility
for TIP #337 implementation. (when it's _that_ simple, there is no excuse not to do it) :-)
Diffstat (limited to 'generic/tclStubInit.c')
-rw-r--r--generic/tclStubInit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c
index f858b14..b5ea1b6 100644
--- a/generic/tclStubInit.c
+++ b/generic/tclStubInit.c
@@ -8,7 +8,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclStubInit.c,v 1.171 2008/12/09 20:16:30 dgp Exp $
+ * RCS: @(#) $Id: tclStubInit.c,v 1.172 2008/12/09 21:47:08 nijtmans Exp $
*/
#include "tclInt.h"
@@ -305,7 +305,7 @@ static const TclIntStubs tclIntStubs = {
TclGetSrcInfoForPc, /* 233 */
TclVarHashCreateVar, /* 234 */
TclInitVarHashTable, /* 235 */
- NULL, /* 236 */
+ Tcl_BackgroundException, /* 236 */
TclResetCancellation, /* 237 */
TclNRInterpProc, /* 238 */
TclNRInterpProcCore, /* 239 */