comparison src/version.c @ 25824:3f5f25f7d8a2 v8.2.3447

patch 8.2.3447: a couple of declarations are not ANSI C Commit: https://github.com/vim/vim/commit/d2b98ab4ecf168514ae622948e3749dea7671946 Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Sat Sep 18 12:15:08 2021 +0200 patch 8.2.3447: a couple of declarations are not ANSI C Problem: A couple of declarations are not ANSI C. Solution: Put argument type inside (). (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/8890)
author Bram Moolenaar <Bram@vim.org>
date Sat, 18 Sep 2021 12:30:04 +0200
parents 42723b535ab3
children 5040fae521f6
comparison
equal deleted inserted replaced
25823:6095577455c5 25824:3f5f25f7d8a2
755 NULL 755 NULL
756 }; 756 };
757 757
758 static int included_patches[] = 758 static int included_patches[] =
759 { /* Add new patch number below this line */ 759 { /* Add new patch number below this line */
760 /**/
761 3447,
760 /**/ 762 /**/
761 3446, 763 3446,
762 /**/ 764 /**/
763 3445, 765 3445,
764 /**/ 766 /**/