]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Put in an earlier include of sys/signal.h (within ifdef USE_GUSI) to forestal a multi...
authorJack Jansen <jack.jansen@cwi.nl>
Mon, 24 Jul 2000 19:42:53 +0000 (19:42 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Mon, 24 Jul 2000 19:42:53 +0000 (19:42 +0000)
Mac/tclmods/tclMacNotify.c
Mac/tclmods/tclSelectNotify.c

index 140dadb8bbe25c42607368880d73081c5ee925b4..8fc313aee252a1853da48cbf2b1eb0eac173500e 100644 (file)
  * SCCS: @(#) tclMacNotify.c 1.36 97/05/07 19:09:29
  */
 
+#ifdef USE_GUSI
+/* Move this include up otherwise tclPort.h tried to redefine signals */
+#include <sys/signal.h>
+#endif
 #include "tclInt.h"
 #include "tclPort.h"
 #include "tclMac.h"
index ea35fc62365f71e62a638e093056a003d7d62e2e..a728442fc1561c1ddbc3d661f3788ca7be8af17f 100644 (file)
        #pragma import reset
 #endif
 
+#ifdef USE_GUSI
+/* Move this include up otherwise tclPort.h tried to redefine signals */
+#include <sys/signal.h>
+#endif
 #include "tclInt.h"
 #include "tclPort.h"
 #include <signal.h>