changeset 11717:30247960c8a7 v8.0.0741

patch 8.0.0741: cannot build with HPUX commit https://github.com/vim/vim/commit/5f7e7bdcf865df67099c59013775d14c85358300 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 22 14:08:43 2017 +0200 patch 8.0.0741: cannot build with HPUX Problem: Cannot build with HPUX. Solution: Rename envbuf_TERM to envbuf_Term. (John Marriott)
author Christian Brabandt <cb@256bit.org>
date Sat, 22 Jul 2017 14:15:05 +0200
parents 0539c81284db
children 74f4fb97b581
files src/os_unix.c src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/os_unix.c
+++ b/src/os_unix.c
@@ -4059,7 +4059,7 @@ set_child_environment(long rows, long co
 # ifdef HAVE_SETENV
     char	envbuf[50];
 # else
-    static char	envbuf_TERM[30];
+    static char	envbuf_Term[30];
     static char	envbuf_Rows[20];
     static char	envbuf_Lines[20];
     static char	envbuf_Columns[20];
--- a/src/version.c
+++ b/src/version.c
@@ -770,6 +770,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    741,
+/**/
     740,
 /**/
     739,