]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-090 v7.1.090
authorBram Moolenaar <Bram@vim.org>
Thu, 30 Aug 2007 09:47:38 +0000 (09:47 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 30 Aug 2007 09:47:38 +0000 (09:47 +0000)
src/os_unix.c
src/version.c

index d0a1c521b0eba91c4dcf1c7d3c11d37aced611ef..c062ad1bf3337647e039f168b875a770f21ab001 100644 (file)
@@ -753,7 +753,8 @@ init_signal_stack()
     if (signal_stack != NULL)
     {
 # ifdef HAVE_SIGALTSTACK
-#  ifdef __APPLE__
+#  if defined(__APPLE__) && (!defined(MAC_OS_X_VERSION_MAX_ALLOWED) \
+               || MAC_OS_X_VERSION_MAX_ALLOWED <= 1040)
        /* missing prototype.  Adding it to osdef?.h.in doesn't work, because
         * "struct sigaltstack" needs to be declared. */
        extern int sigaltstack __ARGS((const struct sigaltstack *ss, struct sigaltstack *oss));
@@ -5688,7 +5689,7 @@ gpm_open()
 
 /*
  * Closes connection to gpm
- * returns non-zero if connection succesfully closed
+ * returns non-zero if connection successfully closed
  */
     static void
 gpm_close()
index 067f8e51da3d9f550179df501870f38071344fce..cae6b52d7b2a74f0cd4085b219443e2cc1cb8679 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    90,
 /**/
     89,
 /**/