comparison src/version.c @ 22671:ad54acb1bf2c v8.2.1884

patch 8.2.1884: compiler warning for uninitialized variable Commit: https://github.com/vim/vim/commit/a1224cb706f4aefbf85a524cdcfa804570022136 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Oct 22 12:31:49 2020 +0200 patch 8.2.1884: compiler warning for uninitialized variable Problem: Compiler warning for uninitialized variable. (John Marriott) Solution: Initialize with NULL.
author Bram Moolenaar <Bram@vim.org>
date Thu, 22 Oct 2020 12:45:04 +0200
parents 3ceb24835183
children 67aa7507ea2e
comparison
equal deleted inserted replaced
22670:1ec5fdb8244e 22671:ad54acb1bf2c
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 1884,
753 /**/ 755 /**/
754 1883, 756 1883,
755 /**/ 757 /**/
756 1882, 758 1882,
757 /**/ 759 /**/