move static prototypes to libtcc.c

This commit is contained in:
grischka
2009-05-11 18:45:56 +02:00
parent f9181416f6
commit 0a35f9d66e
4 changed files with 181 additions and 155 deletions

2
tcc.c
View File

@ -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)