diff options
| author | grischka <grischka> | 2009-05-11 18:45:56 +0200 |
|---|---|---|
| committer | grischka <grischka> | 2009-05-11 18:45:56 +0200 |
| commit | 0a35f9d66e15e7daadc329e7fc34b2fe5a8cbce1 (patch) | |
| tree | fbf633decbb5cf0ddd23dfcfeff523fa63d588b2 /tcc.c | |
| parent | f9181416f604c1c0715fc538316948a9f957a3c3 (diff) | |
| download | tinycc-0a35f9d66e15e7daadc329e7fc34b2fe5a8cbce1.tar.gz tinycc-0a35f9d66e15e7daadc329e7fc34b2fe5a8cbce1.tar.bz2 | |
move static prototypes to libtcc.c
Diffstat (limited to 'tcc.c')
| -rw-r--r-- | tcc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
