comparison src/version.c @ 22768:1ab66a0a631a v8.2.1932

patch 8.2.1932: compiler warnings when building with Athena GUI Commit: https://github.com/vim/vim/commit/963734e316bd17dd7290abcac28b875435d06381 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Nov 1 13:33:49 2020 +0100 patch 8.2.1932: compiler warnings when building with Athena GUI Problem: Compiler warnings when building with Athena GUI. Solution: Fix function signatures.
author Bram Moolenaar <Bram@vim.org>
date Sun, 01 Nov 2020 13:45:03 +0100
parents a7082e865ffd
children 3e4981de5636
comparison
equal deleted inserted replaced
22767:d16f651c324a 22768:1ab66a0a631a
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 1932,
753 /**/ 755 /**/
754 1931, 756 1931,
755 /**/ 757 /**/
756 1930, 758 1930,
757 /**/ 759 /**/