Skip to content

Commit fc6f16b

Browse files
committed
patch 8.0.1583: using C99 comment
Problem: Using C99 comment. Solution: Use old style comment. (Kazunobu Kuriyama)
1 parent 157d813 commit fc6f16b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/quickfix.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4099,7 +4099,7 @@ ex_cfile(exarg_T *eap)
40994099
win_T *wp = NULL;
41004100
qf_info_T *qi = &ql_info;
41014101
char_u *au_name = NULL;
4102-
int save_qfid = 0; // init for gcc
4102+
int save_qfid = 0; /* init for gcc */
41034103
int res;
41044104

41054105
switch (eap->cmdidx)

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -766,6 +766,8 @@ static char *(features[]) =
766766

767767
static int included_patches[] =
768768
{ /* Add new patch number below this line */
769+
/**/
770+
1583,
769771
/**/
770772
1582,
771773
/**/

0 commit comments

Comments
 (0)