0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

updated for version 7.2-001

This commit is contained in:
Bram Moolenaar 2008-08-17 21:03:18 +00:00
parent ed39e1d53c
commit 95dd9c185b
2 changed files with 5 additions and 2 deletions

View File

@ -270,9 +270,10 @@ OpenPTY(ttyn)
} }
#endif #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 #define PTY_DONE
int int
OpenPTY(ttyn) OpenPTY(ttyn)

View File

@ -676,6 +676,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
1,
/**/ /**/
0 0
}; };