commit | 561f8a5a4612751c2a4ebd6bf918cbc3be867350 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 17 22:02:45 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 17 22:02:45 2018 +0200 |
tree | 7842c46ff65ffe1b1367e001cea0f0b3bfd5340c | |
parent | ea3ece405ab55f44018257bd2f5021231af8e87f [diff] [blame] |
patch 8.0.1730: no configure check for the used C99 features Problem: No configure check for the used C99 features. Solution: Add a compilation check. Tentatively document C99 features.
diff --git a/src/version.c b/src/version.c index aa1e93f..8d5c73a 100644 --- a/src/version.c +++ b/src/version.c
@@ -763,6 +763,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1730, +/**/ 1729, /**/ 1728,