commit | affc8fd2cda77fbd47df2594da417a9f9a9bb9b6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 28 21:58:29 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 28 21:58:29 2020 +0200 |
tree | fe21aac3df88901e6b9268bb1db05ddd47004741 | |
parent | a0a9f43ab24928a0b01b6d91d084bf50a6dbefc2 [diff] [blame] |
patch 8.2.0658: HP-UX build fails when setenv() is not defined Problem: HP-UX build fails when setenv() is not defined. Solution: Change "colors" to "t_colors". (John Marriott)
diff --git a/src/version.c b/src/version.c index eac5c9a..127f906 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 658, +/**/ 657, /**/ 656,