comparison src/version.c @ 22669:3ceb24835183 v8.2.1883

patch 8.2.1883: compiler warnings when using Python Commit: https://github.com/vim/vim/commit/4ce5fe4c87820c7d22964d6e91d7b07e96640e6f Author: Bram Moolenaar <Bram@vim.org> Date: Wed Oct 21 21:01:59 2020 +0200 patch 8.2.1883: compiler warnings when using Python Problem: Compiler warnings when using Python. Solution: Adjust PyCFunction to also have the second argument. Use "int" return type for some functions. Insert "(void *)" to get rid of the remaining warnings.
author Bram Moolenaar <Bram@vim.org>
date Wed, 21 Oct 2020 21:15:03 +0200
parents 87987c783087
children ad54acb1bf2c
comparison
equal deleted inserted replaced
22668:7c0ebc6eb7ae 22669:3ceb24835183
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 1883,
753 /**/ 755 /**/
754 1882, 756 1882,
755 /**/ 757 /**/
756 1881, 758 1881,
757 /**/ 759 /**/