FOR_ALL_BUFFERS use locally declared buffer pointer

This commit is contained in:
Wayne Rowcliffe
2014-08-10 22:56:58 -05:00
parent 8cf45786b1
commit 888a31ba45
17 changed files with 63 additions and 88 deletions

View File

@@ -3329,8 +3329,6 @@ void prepare_to_exit(void)
*/
void preserve_exit(void)
{
buf_T *buf;
// Prevent repeated calls into this method.
if (really_exiting) {
exit(2);