comparison src/version.c @ 10036:ab6320d74331 v7.4.2290

commit https://github.com/vim/vim/commit/7f7bd297d6d989254f71c694f1c72d07cbc5c306 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 28 21:21:31 2016 +0200 patch 7.4.2290 Problem: Compiler warning in tiny build. (Tony Mechelynck) Solution: Add #ifdef around infinity_str().
author Christian Brabandt <cb@256bit.org>
date Sun, 28 Aug 2016 21:30:07 +0200
parents 0b57c032e9b0
children 7cf4e210cf3c
comparison
equal deleted inserted replaced
10035:baaad4690bfb 10036:ab6320d74331
761 NULL 761 NULL
762 }; 762 };
763 763
764 static int included_patches[] = 764 static int included_patches[] =
765 { /* Add new patch number below this line */ 765 { /* Add new patch number below this line */
766 /**/
767 2290,
766 /**/ 768 /**/
767 2289, 769 2289,
768 /**/ 770 /**/
769 2288, 771 2288,
770 /**/ 772 /**/