commit | c779c674acfe70e00e9515ef3a7732fd9db62a29 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 28 22:53:41 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 28 22:53:41 2019 +0200 |
tree | 4ea0c3230c237024c1eb8afdb138c8aa8fecfc06 | |
parent | 1b243eafb0bf21daaba01004c450cfd8fea70c66 [diff] [blame] |
patch 8.1.1233: cannot build tiny version Problem: Cannot build tiny version. Solution: Remove #ifdef for verb_msg().
diff --git a/src/version.c b/src/version.c index 40bcf89..48aa464 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1233, +/**/ 1232, /**/ 1231,