diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-11-04 20:35:31 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-11-04 20:35:31 +0100 |
commit | de5e2c219b99895445fb75ae3541ee69282a5846 (patch) | |
tree | 66c568296d890abef12e5d04f7e62256e28b45e1 /src/os_vms.c | |
parent | 91e44a3305ef6bf2d43496c351dcff0a45c6bfb8 (diff) | |
download | vim-de5e2c219b99895445fb75ae3541ee69282a5846.zip |
patch 8.0.0059
Problem: Vim does not build on VMS systems.
Solution: Various changes for VMS. (Zoltan Arpadffy)
Diffstat (limited to 'src/os_vms.c')
-rw-r--r-- | src/os_vms.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/os_vms.c b/src/os_vms.c index 747c6a206..f1c06985c 100644 --- a/src/os_vms.c +++ b/src/os_vms.c @@ -726,7 +726,8 @@ struct typeahead_st { 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; |