summaryrefslogtreecommitdiffstats
path: root/src/proto/fileio.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/fileio.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/fileio.pro')
-rw-r--r--src/proto/fileio.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/fileio.pro b/src/proto/fileio.pro
index 5f1bc75d11..748bf4c9b1 100644
--- a/src/proto/fileio.pro
+++ b/src/proto/fileio.pro
@@ -33,7 +33,7 @@ void free_all_autocmds(void);
int check_ei(void);
char_u *au_event_disable(char *what);
void au_event_restore(char_u *old_ei);
-void do_autocmd(char_u *arg, int forceit);
+void do_autocmd(char_u *arg_in, int forceit);
int do_doautocmd(char_u *arg, int do_msg, int *did_something);
void ex_doautoall(exarg_T *eap);
int check_nomodeline(char_u **argp);