mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.0.0741: cannot build with HPUX
Problem: Cannot build with HPUX. Solution: Rename envbuf_TERM to envbuf_Term. (John Marriott)
This commit is contained in:
@@ -4059,7 +4059,7 @@ set_child_environment(long rows, long columns, char *term)
|
|||||||
# ifdef HAVE_SETENV
|
# ifdef HAVE_SETENV
|
||||||
char envbuf[50];
|
char envbuf[50];
|
||||||
# else
|
# else
|
||||||
static char envbuf_TERM[30];
|
static char envbuf_Term[30];
|
||||||
static char envbuf_Rows[20];
|
static char envbuf_Rows[20];
|
||||||
static char envbuf_Lines[20];
|
static char envbuf_Lines[20];
|
||||||
static char envbuf_Columns[20];
|
static char envbuf_Columns[20];
|
||||||
|
@@ -769,6 +769,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
741,
|
||||||
/**/
|
/**/
|
||||||
740,
|
740,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user