comparison src/version.c @ 15458:0f8065d7d68c v8.1.0737

patch 8.1.0737: compiler warning for uninitialized variable commit https://github.com/vim/vim/commit/e519dfd7139d504ada44031a986482ac4fb1229a Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 13 15:42:02 2019 +0100 patch 8.1.0737: compiler warning for uninitialized variable Problem: Compiler warning for uninitialized variable. Solution: Add initialization. (John Marriott)
author Bram Moolenaar <Bram@vim.org>
date Sun, 13 Jan 2019 15:45:07 +0100
parents f01eb1aed348
children 543cff56dd3f
comparison
equal deleted inserted replaced
15457:0e0ff0e28cfe 15458:0f8065d7d68c
793 NULL 793 NULL
794 }; 794 };
795 795
796 static int included_patches[] = 796 static int included_patches[] =
797 { /* Add new patch number below this line */ 797 { /* Add new patch number below this line */
798 /**/
799 737,
798 /**/ 800 /**/
799 736, 801 736,
800 /**/ 802 /**/
801 735, 803 735,
802 /**/ 804 /**/