comparison src/proto/os_vms.pro @ 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 21b0a39d13ed
children d4b2a8675b78
comparison
equal deleted inserted replaced
10327:7140bc579558 10328:299f1669c20e
10 int vms_read(char *inbuf, size_t nbytes); 10 int vms_read(char *inbuf, size_t nbytes);
11 int mch_expand_wildcards(int num_pat, char_u **pat, int *num_file, char_u ***file, int flags); 11 int mch_expand_wildcards(int num_pat, char_u **pat, int *num_file, char_u ***file, int flags);
12 int mch_expandpath(garray_T *gap, char_u *path, int flags); 12 int mch_expandpath(garray_T *gap, char_u *path, int flags);
13 void *vms_fixfilename(void *instring); 13 void *vms_fixfilename(void *instring);
14 void vms_remove_version(void *fname); 14 void vms_remove_version(void *fname);
15 int RealWaitForChar(int fd, long msec, int *check_for_gpm); 15 int RealWaitForChar(int fd, long msec, int *check_for_gpm, int *interrupted);
16 /* vim: set ft=c : */ 16 /* vim: set ft=c : */