comparison 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
comparison
equal deleted inserted replaced
29231:ff3b9f7abca3 29232:204944c81b19
732 NULL 732 NULL
733 }; 733 };
734 734
735 static int included_patches[] = 735 static int included_patches[] =
736 { /* Add new patch number below this line */ 736 { /* Add new patch number below this line */
737 /**/
738 5135,
737 /**/ 739 /**/
738 5134, 740 5134,
739 /**/ 741 /**/
740 5133, 742 5133,
741 /**/ 743 /**/