forked from aniani/vim
patch 8.2.0001: #endif comments do reflect corresponding #ifdef
Problem: #endif comments do reflect corresponding #ifdef. Solution: Update the comments. (Rene Nyffenegger, closes #5351)
This commit is contained in:
4
src/ui.c
4
src/ui.c
@@ -2356,9 +2356,9 @@ fill_input_buf(int exit_on_error UNUSED)
|
||||
++inbufcount;
|
||||
}
|
||||
}
|
||||
#endif // UNIX or VMS
|
||||
#endif // UNIX || VMS || MACOS_X
|
||||
}
|
||||
#endif // defined(UNIX) || defined(FEAT_GUI) || defined(VMS)
|
||||
#endif // USE_INPUT_BUF
|
||||
|
||||
/*
|
||||
* Exit because of an input read error.
|
||||
|
@@ -742,6 +742,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1,
|
||||
/**/
|
||||
0
|
||||
};
|
||||
|
Reference in New Issue
Block a user