We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0726870 commit 77780b6Copy full SHA for 77780b6
src/main.c
@@ -111,7 +111,7 @@ main
111
# endif
112
(int argc, char **argv)
113
{
114
-#ifdef STARTUPTIME
+#if defined(STARTUPTIME) || defined(CLEAN_RUNTIMEPATH)
115
int i;
116
#endif
117
src/version.c
@@ -778,6 +778,8 @@ static char *(features[]) =
778
779
static int included_patches[] =
780
{ /* Add new patch number below this line */
781
+/**/
782
+ 1555,
783
/**/
784
1554,
785
0 commit comments