diff src/version.c @ 8295:18fd94bd4eb8 v7.4.1440

commit https://github.com/vim/vim/commit/fefecb0fbe14c44d46f91036d76bbb6c28162da8 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 27 21:27:20 2016 +0100 patch 7.4.1440 Problem: Can't build on Windows. Solution: Change #ifdefs. Only define isnan when used.
author Christian Brabandt <cb@256bit.org>
date Sat, 27 Feb 2016 21:30:05 +0100
parents 367a7fed630b
children 4929eca308b7
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 */
 /**/
+    1440,
+/**/
     1439,
 /**/
     1438,