extern char *stats_file;
extern unsigned lock_staleness_limit;
-static void failed(void) ATTR_NORETURN;
-static void ccache(int argc, char *argv[]) ATTR_NORETURN;
-
static const char VERSION_TEXT[] =
MYNAME " version %s\n"
"\n"
args_free(prefix);
}
+
+static void failed(void) ATTR_NORETURN;
+
// Something went badly wrong - just execute the real compiler.
static void
failed(void)
cc_bulklog("Config: (%s) %s", origin, descr);
}
+static void ccache(int argc, char *argv[]) ATTR_NORETURN;
+
// The main ccache driver function.
static void
ccache(int argc, char *argv[])