forked from aniani/vim
updated for version 7.2-288
This commit is contained in:
@@ -37,6 +37,12 @@
|
|||||||
#ifdef HAVE_STDARG_H
|
#ifdef HAVE_STDARG_H
|
||||||
# undef HAVE_STDARG_H /* Python's config.h defines it as well. */
|
# undef HAVE_STDARG_H /* Python's config.h defines it as well. */
|
||||||
#endif
|
#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
|
#define PY_SSIZE_T_CLEAN
|
||||||
|
|
||||||
|
@@ -681,6 +681,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
288,
|
||||||
/**/
|
/**/
|
||||||
287,
|
287,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user