diff options
Diffstat (limited to 'libcpp/symtab.c')
-rw-r--r-- | libcpp/symtab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcpp/symtab.c b/libcpp/symtab.c index 0976c43..de30bb8 100644 --- a/libcpp/symtab.c +++ b/libcpp/symtab.c @@ -321,7 +321,7 @@ ht_dump_statistics (cpp_hash_table *table) else { overhead = obstack_memory_used (&table->stack) - total_bytes; - fprintf (stderr, "obstack bytes\t%zu%c (%zu%c overhead)\n", + fprintf (stderr, "obstack bytes\t%lu%c (%lu%c overhead)\n", SCALE (total_bytes), LABEL (total_bytes), SCALE (overhead), LABEL (overhead)); } |