]> granicus.if.org Git - vim/commitdiff
updated for version 7.2-212 v7.2.212
authorBram Moolenaar <Bram@vim.org>
Wed, 24 Jun 2009 14:41:19 +0000 (14:41 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 24 Jun 2009 14:41:19 +0000 (14:41 +0000)
src/os_mac.h
src/version.c

index 7a54ee5c56de8aa084f9fe7942fa41e668cac94e..aadaed77663f71fa8d4a250b768a684cd585bc07 100644 (file)
  */
 
 #ifdef MACOS_X_UNIX
-# define SIGPROTOARG   (int)
-# define SIGDEFARG(s)  (s) int s;
-# define SIGDUMMYARG   0
+# ifndef SIGPROTOARG
+#  define SIGPROTOARG  (int)
+# endif
+# ifndef SIGDEFARG
+#  define SIGDEFARG(s) (s) int s UNUSED;
+# endif
+# ifndef SIGDUMMYARG
+#  define SIGDUMMYARG  0
+# endif
 # undef  HAVE_AVAIL_MEM
 # ifndef HAVE_CONFIG_H
 #  define RETSIGTYPE void
index 6d92a0360fa275c07020c70e2150c6e522260e85..60434946971a8edc8dcbe8e557616c90dd087477 100644 (file)
@@ -676,6 +676,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    212,
 /**/
     211,
 /**/