[BACK]Return to headers.c CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / gc

Diff for /OpenXM_contrib2/asir2000/gc/headers.c between version 1.2 and 1.3

version 1.2, 2000/12/01 09:26:11 version 1.3, 2001/04/20 07:39:18
Line 22 
Line 22 
  * level tree.   * level tree.
  */   */
   
 # include "gc_priv.h"  # include "private/gc_priv.h"
   
 bottom_index * GC_all_bottom_indices = 0;  bottom_index * GC_all_bottom_indices = 0;
                                 /* Pointer to first (lowest addr) */                                  /* Pointer to first (lowest addr) */
Line 260  register word sz; /* bytes */
Line 260  register word sz; /* bytes */
 /* Apply fn to all allocated blocks */  /* Apply fn to all allocated blocks */
 /*VARARGS1*/  /*VARARGS1*/
 void GC_apply_to_all_blocks(fn, client_data)  void GC_apply_to_all_blocks(fn, client_data)
 void (*fn)(/* struct hblk *h, word client_data */);  void (*fn) GC_PROTO((struct hblk *h, word client_data));
 word client_data;  word client_data;
 {  {
     register int j;      register int j;

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>