Skip to content

Commit e185c1e

Browse files
committed
patch 7.4.1706
Problem: Old style function declaration breaks build. Solution: Remove __ARGS().
1 parent 7c1c6db commit e185c1e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/proto/os_mswin.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ void serverForeground(char_u *name);
4949
char_u *serverGetReply(HWND server, int *expr_res, int remove, int wait);
5050
void serverProcessPendingMessages(void);
5151
char *charset_id2name(int id);
52-
char *quality_id2name __ARGS((DWORD id));
52+
char *quality_id2name(DWORD id);
5353
int get_logfont(LOGFONT *lf, char_u *name, HDC printer_dc, int verbose);
5454
void channel_init_winsock(void);
5555
/* vim: set ft=c : */

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -748,6 +748,8 @@ static char *(features[]) =
748748

749749
static int included_patches[] =
750750
{ /* Add new patch number below this line */
751+
/**/
752+
1706,
751753
/**/
752754
1705,
753755
/**/

0 commit comments

Comments
 (0)