comparison src/version.c @ 19644:d2153928b376 v8.2.0379

patch 8.2.0379: gcc warns for ambiguous else Commit: https://github.com/vim/vim/commit/965fd8d4dc5e84f612d8fc1efeaa78bd17842c9b Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 14 07:46:40 2020 +0100 patch 8.2.0379: gcc warns for ambiguous else Problem: Gcc warns for ambiguous else. Solution: Add braces. (Dominique Pelle, closes https://github.com/vim/vim/issues/5778)
author Bram Moolenaar <Bram@vim.org>
date Sat, 14 Mar 2020 08:00:07 +0100
parents 647ef636a11e
children c8cb1a41f64c
comparison
equal deleted inserted replaced
19643:e9bfd6b3a478 19644:d2153928b376
736 NULL 736 NULL
737 }; 737 };
738 738
739 static int included_patches[] = 739 static int included_patches[] =
740 { /* Add new patch number below this line */ 740 { /* Add new patch number below this line */
741 /**/
742 379,
741 /**/ 743 /**/
742 378, 744 378,
743 /**/ 745 /**/
744 377, 746 377,
745 /**/ 747 /**/