commit | 007921611b04d8fca5ad0b1d4e7b0461b47cd435 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Sep 10 22:18:52 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 10 22:18:52 2018 +0200 |
tree | d292d3214a8accd81a9725b0b67f2efd2dc3c9e1 | |
parent | 4c7b08f6409349cf5324a26f7523c438590550ef [diff] [blame] |
patch 8.1.0366: pieces of the xdiff code are not used Problem: Pieces of the xdiff code are not used. Solution: Add "#if 0" to omit unused code.
diff --git a/src/version.c b/src/version.c index c9a95ed..32f0d1d 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 366, +/**/ 365, /**/ 364,