diff 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
line wrap: on
line diff
--- a/src/misc2.c
+++ b/src/misc2.c
@@ -6050,6 +6050,9 @@ moreenv(void)
 }
 
 # ifdef USE_VIMPTY_GETENV
+/*
+ * Used for mch_getenv() for Mac.
+ */
     char_u *
 vimpty_getenv(const char_u *string)
 {