commit | f118d4847eb0dc2473260aebce301643568c5bc3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 13 13:14:00 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 13 13:14:00 2018 +0100 |
tree | af7250b28df117175f203ee13650929347a9154d | |
parent | 625f0c1eb75da08229843fa393b1ee4e6547d285 [diff] [blame] |
patch 8.0.1603: cannot build with +terminal but without +menu Problem: Cannot build with +terminal but without +menu. Solution: Add #ifdef. (Damien)
diff --git a/src/version.c b/src/version.c index 2a537e6..d1fd6ea 100644 --- a/src/version.c +++ b/src/version.c
@@ -767,6 +767,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1603, +/**/ 1602, /**/ 1601,