commit | 95f0b6e5a5e5861da34cc064c601faf4eeed4ed6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 15 12:54:18 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 15 12:54:18 2019 +0100 |
tree | e8b7414262ec23f9d5954f3008c936c8cf8c839a | |
parent | 3e2d1c8cd61ca073e680f3b221ce887e05ba39cf [diff] [blame] |
patch 8.2.0009: VMS: terminal version doesn't build Problem: VMS: terminal version doesn't build. Solution: Move MIN definition. Adjust #ifdefs. (Zoltan Arpadffy)
diff --git a/src/version.c b/src/version.c index a45bb16..8228595 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 9, +/**/ 8, /**/ 7,