0
0
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:
Bram Moolenaar
2011-04-01 13:05:45 +02:00
parent 4228bec0ae
commit 316dca03ca
2 changed files with 3 additions and 1 deletions

View File

@@ -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

View File

@@ -714,6 +714,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
147,
/**/
146,
/**/