summaryrefslogtreecommitdiffstats
path: root/src/proto/gui_xmdlg.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-01-19 13:22:12 +0100
committerBram Moolenaar <Bram@vim.org>2016-01-19 13:22:12 +0100
commitef26954a35207c3f17d6ed35d9a40c918d974892 (patch)
tree331d57d214bf4d20bbfa6b8f4d0155a4c5b1e9b6 /src/proto/gui_xmdlg.pro
parent99dbe291f55022bd5166c9c3c7967b8693cd9d1b (diff)
patch 7.4.1133v7.4.1133
Problem: Generated function prototypes still have __ARGS(). Solution: Generate function prototypes without __ARGS().
Diffstat (limited to 'src/proto/gui_xmdlg.pro')
-rw-r--r--src/proto/gui_xmdlg.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/gui_xmdlg.pro b/src/proto/gui_xmdlg.pro
index 4f88c2ff17..256fad78c9 100644
--- a/src/proto/gui_xmdlg.pro
+++ b/src/proto/gui_xmdlg.pro
@@ -1,3 +1,3 @@
/* gui_xmdlg.c */
-char_u *gui_xm_select_font __ARGS((char_u *current));
+char_u *gui_xm_select_font(char_u *current);
/* vim: set ft=c : */