commit | 2c02d3843a103826a3eb44357eaab09b7deb256b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 23 16:52:01 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 23 16:52:01 2020 +0100 |
tree | 73ba1097bf191846c56a304cdeb1126d311bae89 | |
parent | c2a60ae10e7badad9186de59a9994fc8c9f539e0 [diff] [blame] |
patch 8.2.0145: using #error for compilation errors should be OK now Problem: Using #error for compilation errors should be OK now. Solution: Use #error. (Ken Takata, closes #5299)
diff --git a/src/version.c b/src/version.c index 2b0e7af..fda985f 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 145, +/**/ 144, /**/ 143,