]> granicus.if.org Git - vim/commitdiff
patch 8.0.0741: cannot build with HPUX v8.0.0741
authorBram Moolenaar <Bram@vim.org>
Sat, 22 Jul 2017 12:08:43 +0000 (14:08 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 22 Jul 2017 12:08:43 +0000 (14:08 +0200)
Problem:    Cannot build with HPUX.
Solution:   Rename envbuf_TERM to envbuf_Term. (John Marriott)

src/os_unix.c
src/version.c

index 9869d30da643ceb6ff7fb8b93cfc1299ee014add..ad70465b03a607d963252f80a88985f4239a8418 100644 (file)
@@ -4059,7 +4059,7 @@ set_child_environment(long rows, long columns, char *term)
 # 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];
index 399641bab9ef47bb0e01e6c5b5d069c1765da510..8ef9b5d06a90a75561b767a5703bc6659fd1002b 100644 (file)
@@ -769,6 +769,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    741,
 /**/
     740,
 /**/