diff src/version.c @ 8289:6ae3fb4fe7c1 v7.4.1437

commit https://github.com/vim/vim/commit/136f29a91dbafce424e31a4af133155f997e8f78 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 27 20:14:15 2016 +0100 patch 7.4.1437 Problem: Old system doesn't have isinf() and NAN. (Ben Fritz) Solution: Adjust #ifdefs. Detect isnan() and isinf() functions with configure. Use a replacement when missing. (Kazunobu Kuriyama)
author Christian Brabandt <cb@256bit.org>
date Sat, 27 Feb 2016 20:15:04 +0100
parents 56dbae4b73c6
children ac0c43e7af20
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -744,6 +744,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1437,
+/**/
     1436,
 /**/
     1435,