commit | 40e280d949fa26e33f69c4bf80ccc0b70f2e13f6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 19 20:34:59 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 19 20:34:59 2017 +0100 |
tree | 109970e03f15ef98867cbf23f10d3b8a4917e9f9 | |
parent | 7221fce8b395972b57aea5f36ba2844fe1d4c259 [diff] [blame] |
patch 8.0.1321: can't build huge version with Athena Problem: Can't build huge version with Athena. (Mark Kelly) Solution: Move including beval.h to before structs.h. Include beval.pro like other proto files.
diff --git a/src/version.c b/src/version.c index 324a360..48e3293 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1321, +/**/ 1320, /**/ 1319,