diff src/version.c @ 13140:eb45750114ed v8.0.1444

patch 8.0.1444: missing -D_FILE_OFFSET_BITS=64 may cause problems commit https://github.com/vim/vim/commit/ec0557f08b2660118eaedb94471e5ab0f87cf2a3 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jan 31 14:41:37 2018 +0100 patch 8.0.1444: missing -D_FILE_OFFSET_BITS=64 may cause problems Problem: Missing -D_FILE_OFFSET_BITS=64 may cause problems if a library is compiled with it. Solution: Include -D_FILE_OFFSET_BITS if some CFLAGS has it. (James McCoy, closes #2600)
author Christian Brabandt <cb@256bit.org>
date Wed, 31 Jan 2018 14:45:05 +0100
parents 0f906f414c69
children 59a16624400a
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -772,6 +772,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1444,
+/**/
     1443,
 /**/
     1442,