commit | 4cc95d1495706593d30ce2fae3fc592a2ffdaab8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 02 21:49:32 2013 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 02 21:49:32 2013 +0100 |
tree | 5ec50c25f0bae57a4d55ca83813a42765a0d42d8 | |
parent | 2b1b53f5d9674c6fc41eab86178e3dcfd948d297 [diff] [blame] |
updated for version 7.4.056 Problem: Mac: Compilation problem with OS X 10.9 Mavericks. Solution: Include AvailabilityMacros.h when available. (Kazunobu Kuriyama)
diff --git a/src/version.c b/src/version.c index 184aee7..c682508 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 56, +/**/ 55, /**/ 54,