Cleanup: remove _POSIX_C_SOURCE undefine

This commit is contained in:
2015-10-20 14:06:29 +11:00
parent ed7c7a0a05
commit 70dfb61300
4 changed files with 0 additions and 19 deletions

View File

@@ -27,11 +27,6 @@
* these functions are slightly different from the original Python API,
* don't throw SIGABRT even if the thread state is NULL. */
/* grr, python redefines */
#ifdef _POSIX_C_SOURCE
# undef _POSIX_C_SOURCE
#endif
#include <Python.h>
#include "BLI_utildefines.h"