comparison src/proto/misc2.pro @ 13746:260256caac38 v8.0.1745

patch 8.0.1745: build failure on MS-Windows commit https://github.com/vim/vim/commit/2060892028e05b1325dc0759259254180669eb5e Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 21 22:30:08 2018 +0200 patch 8.0.1745: build failure on MS-Windows Problem: Build failure on MS-Windows. Solution: Build job arguments for MS-Windows. Fix allocating job twice.
author Christian Brabandt <cb@256bit.org>
date Sat, 21 Apr 2018 22:45:07 +0200
parents ac42c4b11dbc
children 3ab6198c1f9a
comparison
equal deleted inserted replaced
13745:b8d9c3a2e7f9 13746:260256caac38
108 int put_bytes(FILE *fd, long_u nr, int len); 108 int put_bytes(FILE *fd, long_u nr, int len);
109 int put_time(FILE *fd, time_T the_time); 109 int put_time(FILE *fd, time_T the_time);
110 void time_to_bytes(time_T the_time, char_u *buf); 110 void time_to_bytes(time_T the_time, char_u *buf);
111 int has_non_ascii(char_u *s); 111 int has_non_ascii(char_u *s);
112 void parse_queued_messages(void); 112 void parse_queued_messages(void);
113 int mch_parse_cmd(char_u *cmd, int use_shcf, char ***argv, int *argc);
113 /* vim: set ft=c : */ 114 /* vim: set ft=c : */