diff src/version.c @ 29232:204944c81b19 v8.2.5135

patch 8.2.5135: running configure gives warnings for main() return type Commit: https://github.com/vim/vim/commit/0f0d3a7fb6473760b6f6679e3c8a81376220c869 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 19 18:02:05 2022 +0100 patch 8.2.5135: running configure gives warnings for main() return type Problem: Running configure gives warnings for main() return type. Solution: Specify "int" return type. Avoid a few more warnings.
author Bram Moolenaar <Bram@vim.org>
date Sun, 19 Jun 2022 19:15:03 +0200
parents 3d3d629f5038
children 96ff6c230a66
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -735,6 +735,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    5135,
+/**/
     5134,
 /**/
     5133,