comparison src/version.c @ 7691:fd4175b669e2 v7.4.1144

commit https://github.com/vim/vim/commit/17576a1e33d71b5602cee86bf220a806c8412605 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jan 20 20:05:44 2016 +0100 patch 7.4.1144 Problem: Can't build on several systems. Solution: Include float.h. (Christian Robinson, closes https://github.com/vim/vim/issues/570 https://github.com/vim/vim/issues/571)
author Christian Brabandt <cb@256bit.org>
date Wed, 20 Jan 2016 20:15:06 +0100
parents 20dc2763a3b9
children 6157052a0e58
comparison
equal deleted inserted replaced
7690:0f193b74d989 7691:fd4175b669e2
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 1144,
744 /**/ 746 /**/
745 1143, 747 1143,
746 /**/ 748 /**/
747 1142, 749 1142,
748 /**/ 750 /**/