]> granicus.if.org Git - vim/commitdiff
patch 7.4.1706 v7.4.1706
authorBram Moolenaar <Bram@vim.org>
Sun, 3 Apr 2016 20:22:30 +0000 (22:22 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 3 Apr 2016 20:22:30 +0000 (22:22 +0200)
Problem:    Old style function declaration breaks build.
Solution:   Remove __ARGS().

src/proto/os_mswin.pro
src/version.c

index fb2da93714f14b44021f9c97ea541bd24c656f8a..d25c17404ba7966d3b8a9fe2edb034b701843dc1 100644 (file)
@@ -49,7 +49,7 @@ void serverForeground(char_u *name);
 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));
+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 : */
index aefcfae1556892572a709114b857f1ed96676a4d..4502f7fdf36d934fe9f27c5b3042d415c09b10e1 100644 (file)
@@ -748,6 +748,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1706,
 /**/
     1705,
 /**/