commit | 08b7bae91adb79d30d4c923fd758e2f7cecd33ef | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 30 17:56:05 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 30 17:56:05 2015 +0100 |
tree | d9a36b05ca80190644f795f02687a6c0484bf5d1 | |
parent | 7b5f0a15bce11754c47f849b2ddd68ba0909afac [diff] [blame] |
patch 7.4.1004 Problem: Using Makefile when auto/config.mk does not exists results in warnings. Solution: Use default values for essential variables.
diff --git a/src/version.c b/src/version.c index dc25a82..07ac05f 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1004, +/**/ 1003, /**/ 1002,