comparison src/version.c @ 10340:54249c31882a v8.0.0065

commit https://github.com/vim/vim/commit/40d3f137e751c0e9f5e7e6a587b93a52dd833d04 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 5 20:13:35 2016 +0100 patch 8.0.0065 Problem: Compiler warning for unused function in tiny build. (Tony Mechelynck) Solution: Add #ifdef.
author Christian Brabandt <cb@256bit.org>
date Sat, 05 Nov 2016 20:15:04 +0100
parents e8a6a3bbd212
children ae0faad76f9a
comparison
equal deleted inserted replaced
10339:388f4d2e7312 10340:54249c31882a
762 NULL 762 NULL
763 }; 763 };
764 764
765 static int included_patches[] = 765 static int included_patches[] =
766 { /* Add new patch number below this line */ 766 { /* Add new patch number below this line */
767 /**/
768 65,
767 /**/ 769 /**/
768 64, 770 64,
769 /**/ 771 /**/
770 63, 772 63,
771 /**/ 773 /**/