[BACK]Return to gc_gcj.h CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / gc / include

Diff for /OpenXM_contrib2/asir2000/gc/include/gc_gcj.h between version 1.2 and 1.3

version 1.2, 2002/07/24 07:46:32 version 1.3, 2002/07/24 08:00:18
Line 47 
Line 47 
 /* The following allocators signal an out of memory condition with      */  /* The following allocators signal an out of memory condition with      */
 /* return GC_oom_fn(bytes);                                             */  /* return GC_oom_fn(bytes);                                             */
   
 extern void * (*GC_oom_action)(void);  
   
 /* The following function must be called before the gcj allocators      */  /* The following function must be called before the gcj allocators      */
 /* can be invoked.                                                      */  /* can be invoked.                                                      */
 /* mp_index and mp are the index and mark_proc (see gc_mark.h)          */  /* mp_index and mp are the index and mark_proc (see gc_mark.h)          */

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

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