comparison src/version.c @ 8230:51ca0cee512e v7.4.1408

commit https://github.com/vim/vim/commit/3ea0f1ae318db6cd9413914bb2ff824d71cefc6e Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 23 22:07:32 2016 +0100 patch 7.4.1408 Problem: MS-Windows doesn't have isnan() and isinf(). Solution: Use _isnan() and _isinf().
author Christian Brabandt <cb@256bit.org>
date Tue, 23 Feb 2016 22:15:05 +0100
parents a0e552c51c34
children a777ff826523
comparison
equal deleted inserted replaced
8229:8ac9d0ab3ef8 8230:51ca0cee512e
746 NULL 746 NULL
747 }; 747 };
748 748
749 static int included_patches[] = 749 static int included_patches[] =
750 { /* Add new patch number below this line */ 750 { /* Add new patch number below this line */
751 /**/
752 1408,
751 /**/ 753 /**/
752 1407, 754 1407,
753 /**/ 755 /**/
754 1406, 756 1406,
755 /**/ 757 /**/