commit | de5e2c219b99895445fb75ae3541ee69282a5846 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Nov 04 20:35:31 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Nov 04 20:35:31 2016 +0100 |
tree | 66c568296d890abef12e5d04f7e62256e28b45e1 | |
parent | 91e44a3305ef6bf2d43496c351dcff0a45c6bfb8 [diff] [blame] |
patch 8.0.0059 Problem: Vim does not build on VMS systems. Solution: Various changes for VMS. (Zoltan Arpadffy)
diff --git a/src/os_vms.c b/src/os_vms.c index 747c6a2..f1c0698 100644 --- a/src/os_vms.c +++ b/src/os_vms.c
@@ -726,7 +726,8 @@ RealWaitForChar( int fd UNUSED, /* always read from iochan */ long msec, - int *check_for_gpm UNUSED) + int *check_for_gpm UNUSED, + int *interrupted) { int status; struct _generic_64 time_curr;