diff src/proto/main.pro @ 9832:568ea507b0cd v7.4.2191

commit https://github.com/vim/vim/commit/a357e44ccdf5cfe9f6d35cc348ca33ccd973e1a9 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 10 20:45:07 2016 +0200 patch 7.4.2191 Problem: No automatic prototype for vim_main2(). Solution: Move the #endif. (Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Wed, 10 Aug 2016 21:00:07 +0200
parents 00ee8d8c2e0c
children 76fb679a310e
line wrap: on
line diff
--- a/src/proto/main.pro
+++ b/src/proto/main.pro
@@ -1,5 +1,6 @@
 /* main.c */
-void common_init(mparm_T *params);
+int vim_main2(void);
+void common_init(mparm_T *paramp);
 void main_loop(int cmdwin, int noexmode);
 void getout_preserve_modified(int exitval);
 void getout(int exitval);