commit | 285e3358696b1bc6296e5d4c53425680ce8fbd54 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Apr 18 23:01:13 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 18 23:01:13 2018 +0200 |
tree | f2a33507d8fad7432096ab3240bf047a9f962bb5 | |
parent | f98a39ca57d001ba3e24831bae1e375790fb41f0 [diff] [blame] |
patch 8.0.1735: flexible array member feature not supported by HP-UX Problem: Flexible array member feature not supported by HP-UX. (John Marriott) Solution: Do not use the flexible array member feature of C99.
diff --git a/src/version.c b/src/version.c index 3abe29a..c2fc3f3 100644 --- a/src/version.c +++ b/src/version.c
@@ -763,6 +763,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1735, +/**/ 1734, /**/ 1733,