1
0
forked from aniani/vim

updated for version 7.2-288

This commit is contained in:
Bram Moolenaar
2009-11-11 14:06:59 +00:00
parent 954e8c54a0
commit be2c9ae915
2 changed files with 8 additions and 0 deletions

View File

@@ -37,6 +37,12 @@
#ifdef HAVE_STDARG_H
# undef HAVE_STDARG_H /* Python's config.h defines it as well. */
#endif
#ifdef _POSIX_C_SOURCE
# undef _POSIX_C_SOURCE /* pyconfig.h defines it as well. */
#endif
#ifdef _XOPEN_SOURCE
# undef _XOPEN_SOURCE /* pyconfig.h defines it as well. */
#endif
#define PY_SSIZE_T_CLEAN