comparison src/version.c @ 16491:38a323a6fd18 v8.1.1249

patch 8.1.1249: compiler warning for uninitialized variable commit https://github.com/vim/vim/commit/c6b1cc967f859c6e975d001e4304113db7190690 Author: Bram Moolenaar <Bram@vim.org> Date: Fri May 3 11:21:05 2019 +0200 patch 8.1.1249: compiler warning for uninitialized variable Problem: Compiler warning for uninitialized variable. Solution: Initialize it. (Christian Brabandt)
author Bram Moolenaar <Bram@vim.org>
date Fri, 03 May 2019 11:30:05 +0200
parents 42910f306377
children 4912193bc5e7
comparison
equal deleted inserted replaced
16490:4162ee8bcb1d 16491:38a323a6fd18
765 NULL 765 NULL
766 }; 766 };
767 767
768 static int included_patches[] = 768 static int included_patches[] =
769 { /* Add new patch number below this line */ 769 { /* Add new patch number below this line */
770 /**/
771 1249,
770 /**/ 772 /**/
771 1248, 773 1248,
772 /**/ 774 /**/
773 1247, 775 1247,
774 /**/ 776 /**/