commit | 0c6ccfdb62f233963ca2bd05092b94a0b855fcee | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 02 18:23:07 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 02 18:23:07 2013 +0200 |
tree | fe7881b10121d9fcf4fdbfddc282747e822dc958 | |
parent | 35a7c681bce136b6993c1c6f6e2fdf3e3667791d [diff] [blame] |
updated for version 7.4.048 Problem: Recent clang version complains about -fno-strength-reduce. Solution: Add a configure check for the clang version. (Kazunobu Kuriyama)
diff --git a/src/version.c b/src/version.c index 6b54397..5a916a9 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 48, +/**/ 47, /**/ 46,