summaryrefslogtreecommitdiffstats
path: root/src/proto/normal.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-08-10 20:53:05 +0200
committerBram Moolenaar <Bram@vim.org>2016-08-10 20:53:05 +0200
commita6b7a08ae04a3cd4d9c45c906bb7a197e2135179 (patch)
tree2adc8f539865a19045daac26adb5de10a4522f88 /src/proto/normal.pro
parenta357e44ccdf5cfe9f6d35cc348ca33ccd973e1a9 (diff)
patch 7.4.2192v7.4.2192
Problem: Generating prototypes with Cygwin doesn't work well. Solution: Change #ifdefs. (Ken Takata)
Diffstat (limited to 'src/proto/normal.pro')
-rw-r--r--src/proto/normal.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/normal.pro b/src/proto/normal.pro
index 52c7ca5ce8..55d12bb292 100644
--- a/src/proto/normal.pro
+++ b/src/proto/normal.pro
@@ -16,7 +16,7 @@ void push_showcmd(void);
void pop_showcmd(void);
void do_check_scrollbind(int check);
void check_scrollbind(linenr_T topline_diff, long leftcol_diff);
-int find_decl(char_u *ptr, int len, int locally, int thisblock, int searchflags);
+int find_decl(char_u *ptr, int len, int locally, int thisblock, int flags_arg);
void scroll_redraw(int up, long count);
void handle_tabmenu(void);
void do_nv_ident(int c1, int c2);