comparison src/version.c @ 22151:01cab6232a9a v8.2.1625

patch 8.2.1625: compiler warning for use of fptr_T Commit: https://github.com/vim/vim/commit/30d6413782c8206899cee109f521895a03c76441 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 6 17:09:12 2020 +0200 patch 8.2.1625: compiler warning for use of fptr_T Problem: Compiler warning for use of fptr_T. Solution: Make the type less strict.
author Bram Moolenaar <Bram@vim.org>
date Sun, 06 Sep 2020 17:15:03 +0200
parents 49b3a95adf04
children 7aa10e8e7aec
comparison
equal deleted inserted replaced
22150:9a7b86f483f3 22151:01cab6232a9a
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 1625,
757 /**/ 759 /**/
758 1624, 760 1624,
759 /**/ 761 /**/
760 1623, 762 1623,
761 /**/ 763 /**/