diff src/os_vms.c @ 10328:299f1669c20e v8.0.0059

commit https://github.com/vim/vim/commit/de5e2c219b99895445fb75ae3541ee69282a5846 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Nov 4 20:35:31 2016 +0100 patch 8.0.0059 Problem: Vim does not build on VMS systems. Solution: Various changes for VMS. (Zoltan Arpadffy)
author Christian Brabandt <cb@256bit.org>
date Fri, 04 Nov 2016 20:45:04 +0100
parents 4aead6a9b7a9
children 8412df1479a3
line wrap: on
line diff
--- 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;