commit | 8d8c509ac8dea59ad07712971d74afae08521f79 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 02 19:15:38 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 02 19:15:38 2016 +0100 |
tree | 1bedd43a8f1f9568f97b4a064833daa97b9c1567 | |
parent | 04b08c3de68534adff95c8823787299e07ed3b49 [diff] [blame] |
patch 7.4.1242 Problem: json_test fails without the eval feature. Solution: Add #ifdef.
diff --git a/src/version.c b/src/version.c index 39090d4..b252d99 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1242, +/**/ 1241, /**/ 1240,