* ggc-page.c (alloc_page): Cast variables of type size_t to
commit29e7390a7b12ff933e4586851b54b83ad4ef6091
authoraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 24 May 2002 06:30:41 +0000 (24 06:30 +0000)
committeraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 24 May 2002 06:30:41 +0000 (24 06:30 +0000)
treeafdc2d299bec9a01ad11cc133fd8958e21dff60e
parenteec065b5f1da93b5099c5a07878ffa3fa31c5b45
* ggc-page.c (alloc_page): Cast variables of type size_t to
unsigned long, adjust printf format string.
(ggc_alloc): Likewise.
(ggc_print_statistics): Likewise.
(ggc_print_statistics): Correct printf format string for SCALE to
use unsigned long.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53820 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/ggc-page.c