comparison src/version.c @ 18633:e00e8fbbec4a v8.1.2309

patch 8.1.2309: compiler warning for argument type Commit: https://github.com/vim/vim/commit/abe12a1a4fce36bfa5dea3a0ce85603432d1905b Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 16 20:49:18 2019 +0100 patch 8.1.2309: compiler warning for argument type Problem: Compiler warning for argument type. Solution: Use linenr_T and cast to varnumber_T. (John Marriott)
author Bram Moolenaar <Bram@vim.org>
date Sat, 16 Nov 2019 21:00:03 +0100
parents e2d9f4d030fa
children dfa87465287e
comparison
equal deleted inserted replaced
18632:e39fb99b5331 18633:e00e8fbbec4a
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 2309,
744 /**/ 746 /**/
745 2308, 747 2308,
746 /**/ 748 /**/
747 2307, 749 2307,
748 /**/ 750 /**/