comparison src/pty.c @ 13353:8412df1479a3 v8.0.1550

patch 8.0.1550: various small problems in source files commit https://github.com/vim/vim/commit/792f0e36593d1ec13ccb8a622ca5542c500577b4 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 27 17:27:13 2018 +0100 patch 8.0.1550: various small problems in source files Problem: Various small problems in source files. Solution: Fix the problems.
author Christian Brabandt <cb@256bit.org>
date Tue, 27 Feb 2018 17:30:08 +0100
parents 351cf7c67bbe
children 27b9a84395b5
comparison
equal deleted inserted replaced
13352:764ce635fdc7 13353:8412df1479a3
266 return f; 266 return f;
267 } 267 }
268 #endif 268 #endif
269 269
270 #if defined(HAVE_SVR4_PTYS) && !defined(PTY_DONE) && !defined(hpux) \ 270 #if defined(HAVE_SVR4_PTYS) && !defined(PTY_DONE) && !defined(hpux) \
271 && !(defined(MACOS_X) && !defined(MAC_OS_X_VERSION_10_6)) 271 && !(defined(MACOS_X) && !defined(MAC_OS_X_VERSION_10_6))
272 272
273 /* NOTE: Even though HPUX can have /dev/ptmx, the code below doesn't work! 273 /* NOTE: Even though HPUX can have /dev/ptmx, the code below doesn't work!
274 * Same for Mac OS X Leopard (10.5). */ 274 * Same for Mac OS X Leopard (10.5). */
275 #define PTY_DONE 275 #define PTY_DONE
276 int 276 int