1
0
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:
Bram Moolenaar
2019-12-13 18:13:22 +01:00
parent 98056533b9
commit 74ee5e2384
2 changed files with 4 additions and 2 deletions

View File

@@ -2356,9 +2356,9 @@ fill_input_buf(int exit_on_error UNUSED)
++inbufcount; ++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. * Exit because of an input read error.

View File

@@ -742,6 +742,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 */
/**/
1,
/**/ /**/
0 0
}; };