comparison src/version.c @ 15947:4aaf68cbed32 v8.1.0979

patch 8.1.0979: compiler warning for unused functions commit https://github.com/vim/vim/commit/1fa8fdd611b4b69d52baad68e9a7200e09258131 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Feb 25 05:41:15 2019 +0100 patch 8.1.0979: compiler warning for unused functions Problem: Compiler warning for unused functions. (Yasuhiro Matsumoto) Solution: Adjust #ifdef.
author Bram Moolenaar <Bram@vim.org>
date Mon, 25 Feb 2019 05:45:04 +0100
parents f0f8754e3bf5
children d8ab4fa99341
comparison
equal deleted inserted replaced
15946:0a6b08858dda 15947:4aaf68cbed32
777 NULL 777 NULL
778 }; 778 };
779 779
780 static int included_patches[] = 780 static int included_patches[] =
781 { /* Add new patch number below this line */ 781 { /* Add new patch number below this line */
782 /**/
783 979,
782 /**/ 784 /**/
783 978, 785 978,
784 /**/ 786 /**/
785 977, 787 977,
786 /**/ 788 /**/