comparison src/version.c @ 21367:f9d87868d77f v8.2.1234

patch 8.2.1234: Lua build problem with old compiler Commit: https://github.com/vim/vim/commit/066e7da3cd0e3af438ff878a90ff1678363ce2a2 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 18 12:50:35 2020 +0200 patch 8.2.1234: Lua build problem with old compiler Problem: Lua build problem with old compiler. Solution: Move declarations to start of the block. (Taro Muraoka, closes #6477)
author Bram Moolenaar <Bram@vim.org>
date Sat, 18 Jul 2020 13:00:04 +0200
parents fca850f4d603
children e00467b9f5de
comparison
equal deleted inserted replaced
21366:69e14aeb969f 21367:f9d87868d77f
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 1234,
757 /**/ 759 /**/
758 1233, 760 1233,
759 /**/ 761 /**/
760 1232, 762 1232,
761 /**/ 763 /**/