comparison src/version.c @ 30709:223865a5f0f0 v9.0.0689

patch 9.0.0689: compiler warning for unused function Commit: https://github.com/vim/vim/commit/fcb86b0a99a9abedc408c99dae7591b6da832be8 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Oct 7 22:46:24 2022 +0100 patch 9.0.0689: compiler warning for unused function Problem: Compiler warning for unused function. Solution: Add #ifdef. (John Marriott)
author Bram Moolenaar <Bram@vim.org>
date Sat, 08 Oct 2022 00:00:03 +0200
parents b005d7886185
children e1fbb6571b58
comparison
equal deleted inserted replaced
30708:4936e1df9199 30709:223865a5f0f0
697 NULL 697 NULL
698 }; 698 };
699 699
700 static int included_patches[] = 700 static int included_patches[] =
701 { /* Add new patch number below this line */ 701 { /* Add new patch number below this line */
702 /**/
703 689,
702 /**/ 704 /**/
703 688, 705 688,
704 /**/ 706 /**/
705 687, 707 687,
706 /**/ 708 /**/