comparison src/version.c @ 23378:8e956ea07bb2 v8.2.2232

patch 8.2.2232: compiler error for falling through into next case Commit: https://github.com/vim/vim/commit/9618a25b9c054f0ee4e267d2db96b6e7c113ed7a Author: Bram Moolenaar <Bram@vim.org> Date: Sun Dec 27 19:18:03 2020 +0100 patch 8.2.2232: compiler error for falling through into next case Problem: Compiler error for falling through into next case. Solution: Move FALLTHROUGH below the #endif
author Bram Moolenaar <Bram@vim.org>
date Sun, 27 Dec 2020 19:30:03 +0100
parents 0d79d18f1c69
children 2351b40af967
comparison
equal deleted inserted replaced
23377:9ab713bd803a 23378:8e956ea07bb2
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 2232,
753 /**/ 755 /**/
754 2231, 756 2231,
755 /**/ 757 /**/
756 2230, 758 2230,
757 /**/ 759 /**/