commit | 2a43230ce39eea340aab15fb50a083bc527fb8d0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 14 16:12:30 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 14 16:12:30 2018 +0200 |
tree | 27dbda66e3383b429f89d7481f45f67354510904 | |
parent | 2e324950b83fcdf60843b54a6a339183370f338a [diff] [blame] |
patch 8.0.1710: building with Ruby fails Problem: Building with Ruby fails. Solution: Don't add -ansi when building with Ruby.
diff --git a/src/version.c b/src/version.c index b24935f..b340f11 100644 --- a/src/version.c +++ b/src/version.c
@@ -763,6 +763,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1710, +/**/ 1709, /**/ 1708,