comparison src/version.c @ 28401:d1982178f787 v8.2.4725

patch 8.2.4725: unused variable in tiny build Commit: https://github.com/vim/vim/commit/2ce97ae6aaec7007cca16a446d73161b82f2ba69 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 9 21:13:51 2022 +0100 patch 8.2.4725: unused variable in tiny build Problem: Unused variable in tiny build. Solution: Add #ifdef.
author Bram Moolenaar <Bram@vim.org>
date Sat, 09 Apr 2022 22:15:04 +0200
parents d395fadbaf67
children 2655935b5ccc
comparison
equal deleted inserted replaced
28400:3f74103f4bb4 28401:d1982178f787
744 NULL 744 NULL
745 }; 745 };
746 746
747 static int included_patches[] = 747 static int included_patches[] =
748 { /* Add new patch number below this line */ 748 { /* Add new patch number below this line */
749 /**/
750 4725,
749 /**/ 751 /**/
750 4724, 752 4724,
751 /**/ 753 /**/
752 4723, 754 4723,
753 /**/ 755 /**/