aboutsummaryrefslogtreecommitdiff
path: root/tcc.c
diff options
context:
space:
mode:
authorgrischka <grischka>2009-05-11 18:45:56 +0200
committergrischka <grischka>2009-05-11 18:45:56 +0200
commit0a35f9d66e15e7daadc329e7fc34b2fe5a8cbce1 (patch)
treefbf633decbb5cf0ddd23dfcfeff523fa63d588b2 /tcc.c
parentf9181416f604c1c0715fc538316948a9f957a3c3 (diff)
downloadtinycc-0a35f9d66e15e7daadc329e7fc34b2fe5a8cbce1.tar.gz
tinycc-0a35f9d66e15e7daadc329e7fc34b2fe5a8cbce1.tar.bz2
move static prototypes to libtcc.c
Diffstat (limited to 'tcc.c')
-rw-r--r--tcc.c2
1 files changed, 1 insertions, 1 deletions
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)