0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

patch 8.0.1159: typo in #ifdef

Problem:    Typo in #ifdef.
Solution:   Change "PROT" to "PROTO". (Nobuhiro Takasaki, closes #2165)
This commit is contained in:
Bram Moolenaar
2017-09-28 22:35:25 +02:00
parent db51007108
commit d371bbe0ab
2 changed files with 3 additions and 1 deletions

View File

@@ -9786,7 +9786,7 @@ syn_id2colors(int hl_id, guicolor_T *fgp, guicolor_T *bgp)
} }
#endif #endif
#if defined(FEAT_TERMINAL) || defined(PROT) #if defined(FEAT_TERMINAL) || defined(PROTO)
void void
syn_id2cterm_bg(int hl_id, int *fgp, int *bgp) syn_id2cterm_bg(int hl_id, int *fgp, int *bgp)
{ {

View File

@@ -761,6 +761,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 */
/**/
1159,
/**/ /**/
1158, 1158,
/**/ /**/