comparison src/version.c @ 19372:967149bbd8d3 v8.2.0244

patch 8.2.0244: compiler warning in Lua interface Commit: https://github.com/vim/vim/commit/5f1d3ae8a8264292a53aad099e78a9b4a7bad375 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 11 22:37:35 2020 +0100 patch 8.2.0244: compiler warning in Lua interface Problem: Compiler warning in Lua interface. Solution: Add type cast. (Ken Takata, closes https://github.com/vim/vim/issues/5621)
author Bram Moolenaar <Bram@vim.org>
date Tue, 11 Feb 2020 22:45:03 +0100
parents 02111977dd05
children f123c6732cf3
comparison
equal deleted inserted replaced
19371:53ee2ee9e831 19372:967149bbd8d3
740 NULL 740 NULL
741 }; 741 };
742 742
743 static int included_patches[] = 743 static int included_patches[] =
744 { /* Add new patch number below this line */ 744 { /* Add new patch number below this line */
745 /**/
746 244,
745 /**/ 747 /**/
746 243, 748 243,
747 /**/ 749 /**/
748 242, 750 242,
749 /**/ 751 /**/