/[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.5 by camm, Sun Jul 21 03:41:18 2002 UTC revision 1.6 by camm, Wed Jul 24 03:35:44 2002 UTC
# Line 28  Line 28 
28    
29  #define IN_GBC  #define IN_GBC
30  #define NEED_MP_H  #define NEED_MP_H
31    #include <stdlib.h>
32  #include "include.h"  #include "include.h"
33    
34  /* the following in line definitions seem to be twice as fast (at  /* the following in line definitions seem to be twice as fast (at
# Line 1158  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: %d bytes used %d bytes free %d pages\n",      printf("relblock: %ld bytes used %ld bytes free %d pages\n",
1163             rb_pointer - rb_start, rb_end - rb_pointer, nrbpage);             rb_pointer - rb_start, rb_end - rb_pointer, nrbpage);
1164      printf("GBC ended\n");      printf("GBC ended\n");
1165      fflush(stdout);      fflush(stdout);

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

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