blob: aaf995e0b6e2fb431c206ce490f3f4f0fe841de6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
Source: Mandriva - posted on http://bugs.gentoo.org/show_bug.cgi?id=250354
Index: generic/tixPort.h
===================================================================
--- generic/tixPort.h
+++ generic/tixPort.h 2007-05-13 19:33:49.000000000 +0200
@@ -21,6 +21,7 @@
#ifndef _TCL
#include "tcl.h"
#endif
+#include "tclInt.h"
#ifndef _TK
#include "tk.h"
Index: generic/tixWidget.c
===================================================================
--- generic/tixWidget.c
+++ generic/tixWidget.c 2007-05-13 19:38:07.000000000 +0200
@@ -228,7 +228,7 @@
Tcl_SetVar2(interp, "errorCode", NULL, oldErrorCode,
TCL_GLOBAL_ONLY);
}
- iPtr->flags |= ERR_IN_PROGRESS;
+ iPtr->flags |= INTERP_TRACE_IN_PROGRESS;
}
if (rootCmd) {
ckfree(rootCmd);
|