mirror of
https://github.com/vim/vim.git
synced 2025-09-30 04:44:14 -04:00
updated for version 7.3.147
Problem: Can't build on HP-UX. Solution: Remove an unnecessary backslash. (John Marriott)
This commit is contained in:
@@ -1565,7 +1565,7 @@ OBJ_COMMON = \
|
||||
|
||||
OBJ = $(OBJ_COMMON) \
|
||||
objects/main.o \
|
||||
objects/memfile.o \
|
||||
objects/memfile.o
|
||||
|
||||
MEMFILE_TEST_OBJ = $(OBJ_COMMON) \
|
||||
objects/memfile_test.o
|
||||
|
@@ -714,6 +714,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
147,
|
||||
/**/
|
||||
146,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user