Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > 769fa5f1afae1fc9117ab709cdeabaeb > files > 3

tix-8.1.4-6mdv2008.0.src.rpm

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);