commit | b7a7e039b4362ac9e35b37896e7a736bd4c35e2c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 28 17:01:59 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 28 17:01:59 2018 +0100 |
tree | a17c1fad9e3eaaae0d5de4ec50c62c370892b2a6 | |
parent | c8c8849267503b2d2d6d821047ee8619c7821728 [diff] [blame] |
patch 8.1.0649: setjmp() variables defined globally are used in one file Problem: setjmp() variables defined globally are used in one file. Solution: Move the declarations to that file.
diff --git a/src/version.c b/src/version.c index 9ea9fc1..870ea89 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 649, +/**/ 648, /**/ 647,