Remove definition of _GNU_SOURCE, since Python.h now does it for us
This commit is contained in:
parent
5f0e29eb45
commit
da13f89fee
|
@ -16,11 +16,6 @@
|
|||
/ ftp://squirl.nightmare.com/pub/python/python-ext.
|
||||
*/
|
||||
|
||||
#ifdef __linux__
|
||||
#define _GNU_SOURCE /* So we can get MREMAP_MAYMOVE defined when
|
||||
sys/mman.h is included */
|
||||
#endif
|
||||
|
||||
#include <Python.h>
|
||||
|
||||
#ifndef MS_WIN32
|
||||
|
|
Loading…
Reference in New Issue