commit | 97b0075b0d733cc58c29247b09e7887b9991d7bf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 12 13:07:14 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 12 13:07:14 2019 +0200 |
tree | 8e42ed9ad0b1918e6cfd63b56f10221e0b13b05e | |
parent | b73fbc76c6fc446da90dd2cdac620155e37e5514 [diff] [blame] |
patch 8.1.1325: cannot build with +eval but without +channel and +timers Problem: Cannot build with +eval but without +channel and +timers. (John Marriott) Solution: Adjust #ifdef for get_callback().
diff --git a/src/version.c b/src/version.c index d489880..24f4bea 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1325, +/**/ 1324, /**/ 1323,