forked from aniani/vim
updated for version 7.4.333
Problem: Compiler warning for unused function. Solution: Put the function inside the #ifdef.
This commit is contained in:
@@ -7476,7 +7476,6 @@ next_search_hl(win, shl, lnum, mincol, cur)
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
static int
|
||||
next_search_hl_pos(shl, lnum, posmatch, mincol)
|
||||
@@ -7533,6 +7532,7 @@ next_search_hl_pos(shl, lnum, posmatch, mincol)
|
||||
}
|
||||
return FALSE;
|
||||
}
|
||||
#endif
|
||||
|
||||
static void
|
||||
screen_start_highlight(attr)
|
||||
|
@@ -734,6 +734,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
333,
|
||||
/**/
|
||||
332,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user