commit | 682725c1415f50681877df60257115a966e2a3d4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 25 20:10:37 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 25 20:10:37 2019 +0200 |
tree | 910e5136455a9651344cb4e6de7adab6f798067b | |
parent | 4d784b21d14fc66e98a2b07f70343cdd4acd62aa [diff] [blame] |
patch 8.1.1392: build failure in tiny version Problem: Build failure in tiny version. Solution: Define ex_popupclear to ex_ni if not implemented. Add UNUSED.
diff --git a/src/version.c b/src/version.c index 5573f44..f8e1d45 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1392, +/**/ 1391, /**/ 1390,