]> granicus.if.org Git - vim/commitdiff
updated for version 7.2-001 v7.2.001
authorBram Moolenaar <Bram@vim.org>
Sun, 17 Aug 2008 21:03:18 +0000 (21:03 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 17 Aug 2008 21:03:18 +0000 (21:03 +0000)
src/pty.c
src/version.c

index cd17bde2fb62300827d05650769ba5944dd3a371..d23cb2ef122665b273df3ca865899341b87261eb 100644 (file)
--- a/src/pty.c
+++ b/src/pty.c
@@ -270,9 +270,10 @@ OpenPTY(ttyn)
 }
 #endif
 
-#if defined(HAVE_SVR4_PTYS) && !defined(PTY_DONE) && !defined(hpux)
+#if defined(HAVE_SVR4_PTYS) && !defined(PTY_DONE) && !defined(hpux) && !defined(MACOS_X)
 
-/* NOTE: Even though HPUX can have /dev/ptmx, the code below doesn't work! */
+/* NOTE: Even though HPUX can have /dev/ptmx, the code below doesn't work!
+ * Same for Mac OS X Leopard. */
 #define PTY_DONE
     int
 OpenPTY(ttyn)
index 21d7b143c23093b535b98a4bac438adc1a0eac2f..c8565c447a9f2989015e6f0fdeb5b2cb4720f744 100644 (file)
@@ -676,6 +676,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1,
 /**/
     0
 };