commit | 8a5883b7488e492419dde7e1637cc72f2d566ba4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 10 20:20:05 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 10 20:20:05 2016 +0100 |
tree | 512e019310a24c164eb3d5577fcc873d3df4949b | |
parent | 95f096030ed1a8afea028f2ea295d6f6a70f466f [diff] [blame] |
patch 8.0.0075 Problem: Using number for exception type lacks type checking. Solution: Use an enum.
diff --git a/src/version.c b/src/version.c index 80e30dc..ce19c0c 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 75, +/**/ 74, /**/ 73,