commit | a9931535387e5eb4e6ce62f2a661484de4a1757d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 12 15:58:16 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 12 15:58:16 2021 +0200 |
tree | 4c6c45dab74c4c5bf3f27939d4ddb8a2282c77dd | |
parent | 742357718000927d652b1a98d313a3950571c8ec [diff] [blame] |
patch 8.2.2983: Vim9: an inline function requires specifying the return type Problem: Vim9: an inline function requires specifying the return type. Solution: Make the return type optional.
diff --git a/src/version.c b/src/version.c index 17ae9a4..fcb0d92 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2983, +/**/ 2982, /**/ 2981,