commit | 28fb79db6b52d1154e8dc63d227673648c2fce15 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 09 22:28:33 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 09 22:28:33 2016 +0100 |
tree | 4a1a10e264249d9851ffb9b7396ade0fc808fec6 | |
parent | 44132a10aeb45c957959cafb4ac39d3f478be98c [diff] [blame] |
patch 7.4.1073 Problem: Alloc_id depends on numbers, may use the same one twice. It's not clear from the number what it's for. Solution: Use an enum. Add a function to lookup the enum value from the name.
diff --git a/src/version.c b/src/version.c index ad87d1d..46e5aa7 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1073, +/**/ 1072, /**/ 1071,