]> granicus.if.org Git - vim/commitdiff
updated for version 7.2-288 v7.2.288
authorBram Moolenaar <Bram@vim.org>
Wed, 11 Nov 2009 14:06:59 +0000 (14:06 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 11 Nov 2009 14:06:59 +0000 (14:06 +0000)
src/if_python.c
src/version.c

index b9a12fa2128138b50c1112ec8975344aa5361622..c9ebf1312604a00bdc4f9e802e554fbdaf266704 100644 (file)
 #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
 
index 61609c8c55b0b69cbc96da93b5bffed278e1e324..8dae6f7f58cb15b6e9f91e64831ecbbdfeb57501 100644 (file)
@@ -681,6 +681,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    288,
 /**/
     287,
 /**/