From: Bram Moolenaar Date: Sun, 17 Aug 2008 21:03:18 +0000 (+0000) Subject: updated for version 7.2-001 X-Git-Tag: v7.2.001 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=95dd9c185bef1f97ce71c0dcbe7b0f2521130f26;p=vim updated for version 7.2-001 --- diff --git a/src/pty.c b/src/pty.c index cd17bde2f..d23cb2ef1 100644 --- 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) diff --git a/src/version.c b/src/version.c index 21d7b143c..c8565c447 100644 --- a/src/version.c +++ b/src/version.c @@ -676,6 +676,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1, /**/ 0 };