cast ptrdiff_t to int for ANSI

This commit is contained in:
ceriel
1990-04-25 14:23:05 +00:00
parent 8fe53f501f
commit f2b4713c24
8 changed files with 29 additions and 9 deletions

View File

@@ -70,7 +70,7 @@ do_statistics()
while (m <= &mems[NMEMS-1]) {
fprintf(stderr, "mem %d: full %lx, free %lx\n",
m - mems,
(int)(m - mems),
(long) m->mem_full,
(long) m->mem_left);
m++;