forked from aniani/vim
patch 9.1.0627: MinGW: build-error when COVERAGE is enabled
Problem: MinGW: build-error when COVERAGE is enabled (after v9.1.0621) Solution: Fix regressions in v9.1.0621 and v9.1.0622 (Ken Takata) * Fix build error when COVERAGE=yes. * Fix if_lua with USE_GC_SECTIONS=yes. related: #15361 Signed-off-by: Ken Takata <kentkt@csc.jp> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
94082b60d5
commit
e4486bad10
@@ -704,6 +704,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
627,
|
||||
/**/
|
||||
626,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user