From 0a35f9d66e15e7daadc329e7fc34b2fe5a8cbce1 Mon Sep 17 00:00:00 2001 From: grischka Date: Mon, 11 May 2009 18:45:56 +0200 Subject: move static prototypes to libtcc.c --- tcc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tcc.c') diff --git a/tcc.c b/tcc.c index a82b8a1..9cd88f3 100644 --- a/tcc.c +++ b/tcc.c @@ -531,7 +531,7 @@ int main(int argc, char **argv) goto the_end; if (do_bench) - print_stats(s, getclock_us() - start_time); + tcc_print_stats(s, getclock_us() - start_time); if (s->output_type == TCC_OUTPUT_PREPROCESS) { if (outfile) -- cgit v1.3.1