[vim] 18/139: patch 7.4.1706 Problem: Old style function declaration breaks build. Solution: Remove __ARGS().
James McCoy
jamessan at debian.org
Fri May 6 03:59:56 UTC 2016
This is an automated email from the git hooks/post-receive script.
jamessan pushed a commit to branch debian/sid
in repository vim.
commit e185c1efba3cb2611ac303c39a08e908497cbac4
Author: Bram Moolenaar <Bram at vim.org>
Date: Sun Apr 3 22:22:30 2016 +0200
patch 7.4.1706
Problem: Old style function declaration breaks build.
Solution: Remove __ARGS().
---
src/proto/os_mswin.pro | 2 +-
src/version.c | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/proto/os_mswin.pro b/src/proto/os_mswin.pro
index fb2da93..d25c174 100644
--- a/src/proto/os_mswin.pro
+++ b/src/proto/os_mswin.pro
@@ -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 : */
diff --git a/src/version.c b/src/version.c
index aefcfae..4502f7f 100644
--- a/src/version.c
+++ b/src/version.c
@@ -749,6 +749,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1706,
+/**/
1705,
/**/
1704,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vim/vim.git
More information about the pkg-vim-maintainers
mailing list