commit | d8492792f26c5bbdefc8f452a393621f055edd8c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 16 12:22:38 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 16 12:22:38 2017 +0100 |
tree | 58a8bd36446e1c8b84410238e0fa4738ba44f52a | |
parent | fe70c5198336dba7e8b0fa915e6c4350e7f80f6f [diff] [blame] |
patch 8.0.0460: can't build on HPUX Problem: Can't build on HPUX. Solution: Fix argument names in vim_stat(). (John Marriott)
diff --git a/src/version.c b/src/version.c index b907c75..71a769f 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 460, +/**/ 459, /**/ 458,