/[gcl]/gcl/o/gbc.c
ViewVC logotype

Diff of /gcl/o/gbc.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by camm, Wed Jul 24 03:35:44 2002 UTC revision 1.7 by camm, Wed Jul 24 16:16:24 2002 UTC
# Line 1159  GBC(enum type t) { Line 1159  GBC(enum type t) {
1159      }      }
1160      printf("contblock: %d blocks %d pages\n", ncb, ncbpage);      printf("contblock: %d blocks %d pages\n", ncb, ncbpage);
1161      printf("hole: %d pages\n", holepage);      printf("hole: %d pages\n", holepage);
1162      printf("relblock: %ld bytes used %ld bytes free %d pages\n",      printf("relblock: %d bytes used %d bytes free %d pages\n",
1163             rb_pointer - rb_start, rb_end - rb_pointer, nrbpage);             (int)(rb_pointer - rb_start), (int)(rb_end - rb_pointer), nrbpage);
1164      printf("GBC ended\n");      printf("GBC ended\n");
1165      fflush(stdout);      fflush(stdout);
1166    }    }

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26