mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Put in an earlier include of sys/signal.h (within ifdef USE_GUSI) to forestal a multiple define.
This commit is contained in:
parent
e1b304db37
commit
5199c54e38
2 changed files with 8 additions and 0 deletions
|
|
@ -13,6 +13,10 @@
|
||||||
* SCCS: @(#) tclMacNotify.c 1.36 97/05/07 19:09:29
|
* 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 "tclInt.h"
|
||||||
#include "tclPort.h"
|
#include "tclPort.h"
|
||||||
#include "tclMac.h"
|
#include "tclMac.h"
|
||||||
|
|
|
||||||
|
|
@ -23,6 +23,10 @@
|
||||||
#pragma import reset
|
#pragma import reset
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef USE_GUSI
|
||||||
|
/* Move this include up otherwise tclPort.h tried to redefine signals */
|
||||||
|
#include <sys/signal.h>
|
||||||
|
#endif
|
||||||
#include "tclInt.h"
|
#include "tclInt.h"
|
||||||
#include "tclPort.h"
|
#include "tclPort.h"
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue