commit | 631225627d448b591e529a5d3e7ac74ef44b8459 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 30 12:28:15 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 30 12:28:15 2016 +0200 |
tree | 458a20e584768aeb379c79311c2dc6e3e2379ebf | |
parent | 61be73bb0f965a895bfb064ea3e55476ac175162 [diff] [blame] |
patch 7.4.1800 Problem: Unnecessary #ifdef. Solution: Just use USE_24BIT. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 5a09447..e49c125 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1800, +/**/ 1799, /**/ 1798,