Mercurial > vim
view src/proto/pty.pro @ 6600:68e0e6bb8250 v7.4.626
updated for version 7.4.626
Problem: MSVC with W4 gives useless warnings.
Solution: Disable more warnings. (Mike Williams)
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Tue, 10 Feb 2015 18:47:58 +0100 |
parents | 3fc0f57ecb91 |
children | 1a5d34492798 |
line wrap: on
line source
/* pty.c */ int OpenPTY __ARGS((char **ttyn)); int SetupSlavePTY __ARGS((int fd));