comparison src/misc2.c @ 11737:7791a15353dc v8.0.0751

patch 8.0.0751: OpenPTY missing with some combination of features commit https://github.com/vim/vim/commit/613fe7ad2b8e2d4e990cc56596590a23a42c3f7a Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 22 21:11:53 2017 +0200 patch 8.0.0751: OpenPTY missing with some combination of features Problem: OpenPTY missing with some combination of features. (Kazunobu Kuriyama) Solution: Adjust #ifdef. Also include pty.pro when needed.
author Christian Brabandt <cb@256bit.org>
date Sat, 22 Jul 2017 21:15:04 +0200
parents 7e5e76d8d451
children 5d82470552ce
comparison
equal deleted inserted replaced
11736:6d49a9aa4490 11737:7791a15353dc
6048 envsize = esize; 6048 envsize = esize;
6049 return 0; 6049 return 0;
6050 } 6050 }
6051 6051
6052 # ifdef USE_VIMPTY_GETENV 6052 # ifdef USE_VIMPTY_GETENV
6053 /*
6054 * Used for mch_getenv() for Mac.
6055 */
6053 char_u * 6056 char_u *
6054 vimpty_getenv(const char_u *string) 6057 vimpty_getenv(const char_u *string)
6055 { 6058 {
6056 int i; 6059 int i;
6057 char_u *p; 6060 char_u *p;