To: vim_dev@googlegroups.com Subject: Patch 7.4.1706 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 7.4.1706 Problem: Old style function declaration breaks build. Solution: Remove __ARGS(). Files: src/proto/os_mswin.pro *** ../vim-7.4.1705/src/proto/os_mswin.pro 2016-04-03 22:07:35.266508711 +0200 --- src/proto/os_mswin.pro 2016-04-03 22:20:56.154258903 +0200 *************** *** 49,55 **** char_u *serverGetReply(HWND server, int *expr_res, int remove, int wait); void serverProcessPendingMessages(void); char *charset_id2name(int id); ! char *quality_id2name __ARGS((DWORD id)); int get_logfont(LOGFONT *lf, char_u *name, HDC printer_dc, int verbose); void channel_init_winsock(void); /* vim: set ft=c : */ --- 49,55 ---- char_u *serverGetReply(HWND server, int *expr_res, int remove, int wait); void serverProcessPendingMessages(void); char *charset_id2name(int id); ! char *quality_id2name(DWORD id); int get_logfont(LOGFONT *lf, char_u *name, HDC printer_dc, int verbose); void channel_init_winsock(void); /* vim: set ft=c : */ *** ../vim-7.4.1705/src/version.c 2016-04-03 22:07:35.266508711 +0200 --- src/version.c 2016-04-03 22:21:32.385885845 +0200 *************** *** 750,751 **** --- 750,753 ---- { /* Add new patch number below this line */ + /**/ + 1706, /**/ -- hundred-and-one symptoms of being an internet addict: 214. Your MCI "Circle of Friends" are all Hayes-compatible. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///