Skip to content

Commit 77780b6

Browse files
committed
patch 8.0.1555: build error for some combination of features
Problem: Build error for some combination of features. Solution: Declare variable in more situations.
1 parent 0726870 commit 77780b6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ main
111111
# endif
112112
(int argc, char **argv)
113113
{
114-
#ifdef STARTUPTIME
114+
#if defined(STARTUPTIME) || defined(CLEAN_RUNTIMEPATH)
115115
int i;
116116
#endif
117117

src/version.c

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

779779
static int included_patches[] =
780780
{ /* Add new patch number below this line */
781+
/**/
782+
1555,
781783
/**/
782784
1554,
783785
/**/

0 commit comments

Comments
 (0)