commit | 226400830b470774bf5a552e1af10706b609720c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 19 20:39:41 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 19 20:39:41 2018 +0200 |
tree | 0e3839bcc0e2399e1f88ad9ad931cd929303962b | |
parent | 285e3358696b1bc6296e5d4c53425680ce8fbd54 [diff] [blame] |
patch 8.0.1736: check for C99 features is incomplete Problem: Check for C99 features is incomplete. Solution: Use AC_PROG_CC_C99 and when C99 isn't fully supported check the features we need. (James McCoy, closes #2820)
diff --git a/src/version.c b/src/version.c index c2fc3f3..aff6c6d 100644 --- a/src/version.c +++ b/src/version.c
@@ -763,6 +763,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1736, +/**/ 1735, /**/ 1734,