commit | 77780b66f4c5573df999a7319d77a852ea4ca837 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 01 23:10:45 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 01 23:10:45 2018 +0100 |
tree | fbefcbb86ab66856742558151cef411082ac91c3 | |
parent | 072687032683b1994d25a114893d9a6f8bc36612 [diff] [blame] |
patch 8.0.1555: build error for some combination of features Problem: Build error for some combination of features. Solution: Declare variable in more situations.
diff --git a/src/main.c b/src/main.c index cf937a3..793d549 100644 --- a/src/main.c +++ b/src/main.c
@@ -111,7 +111,7 @@ # endif (int argc, char **argv) { -#ifdef STARTUPTIME +#if defined(STARTUPTIME) || defined(CLEAN_RUNTIMEPATH) int i; #endif