commit | 280a868a246eda3904eb925588f111b69e304878 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 21 13:41:08 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 21 13:41:08 2015 +0200 |
tree | 6681f47c683ae7fb6b159e652bac02e098d61962 | |
parent | 0e7c4b99c608d22fd1b8526e700420b248319b1f [diff] [blame] |
patch 7.4.750 Problem: Cannot build with clang 3.5 on Cygwin with perl enabled. Solution: Strip "-fdebug-prefix-map" in configure. (Ken Takata)
diff --git a/src/version.c b/src/version.c index ac053e6..1ca7c5c 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 750, +/**/ 749, /**/ 748,