commit | 68c2f638e65d914dc6e84eb7ce2624f08af525c0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 30 17:24:07 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 30 17:24:07 2016 +0100 |
tree | 051b6b7500c6ac80c45cdeff26296c5b7acb88ff | |
parent | 66f948e928d5e0cd3123af902aa8ac1613534c94 [diff] [blame] |
patch 7.4.1208 Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi)
diff --git a/src/if_mzsch.c b/src/if_mzsch.c index 4f08577..f291da7 100644 --- a/src/if_mzsch.c +++ b/src/if_mzsch.c
@@ -3749,7 +3749,7 @@ } static void -make_modules() +make_modules(void) { int i; Scheme_Env *mod = NULL;