commit | 9af2ea80a874cecad9acd0a1c84e8e114182bbf8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 22 18:18:38 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 22 18:18:38 2022 +0000 |
tree | 61d35ef5750c2e29e36f54daef71f1cdc2d25271 | |
parent | b775e724394e05f3648fcb5f977979a592dd3f8c [diff] [blame] |
patch 9.0.0921: missing defined(PROTO) in #ifdef Problem: Missing defined(PROTO) in #ifdef. Solution: Adjust #ifdef so that proto works with different features. Clean up some preprocessor indenting.
diff --git a/src/version.c b/src/version.c index 3dbf2ef..cde6e1d 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 921, +/**/ 920, /**/ 919,