[BACK]Return to gc-7.0-risa.diff CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000

Diff for /OpenXM_contrib2/asir2000/gc-7.0-risa.diff between version 1.2 and 1.3

version 1.2, 2009/03/04 06:51:41 version 1.3, 2009/03/10 16:36:15
Line 1 
Line 1 
 %% $OpenXM: OpenXM_contrib2/asir2000/gc-7.0-risa.diff,v 1.1 2007/11/11 15:54:02 ohara Exp $  %% $OpenXM: OpenXM_contrib2/asir2000/gc-7.0-risa.diff,v 1.2 2009/03/04 06:51:41 ohara Exp $
 %% This patch is based on gc6.5-risa.diff.  %% This patch is based on gc6.5-risa.diff.
 diff -urN gc-7.0.orig/alloc.c gc-7.0/alloc.c  diff -urN gc-7.0.orig/alloc.c gc-7.0/alloc.c
 --- gc-7.0.orig/alloc.c 2007-06-22 11:40:30.000000000 +0900  --- gc-7.0.orig/alloc.c 2007-06-22 11:40:30.000000000 +0900
Line 67  diff -urN gc-7.0.orig/alloc.c gc-7.0/alloc.c
Line 67  diff -urN gc-7.0.orig/alloc.c gc-7.0/alloc.c
          if (GC_collect_at_heapsize < GC_heapsize /* wrapped */)           if (GC_collect_at_heapsize < GC_heapsize /* wrapped */)
           GC_collect_at_heapsize = (word)(-1);            GC_collect_at_heapsize = (word)(-1);
  #     endif   #     endif
 +#if defined(VISUAL_LIB)  +#if defined(VISUAL)
 +    SendHeapSize();  +    SendHeapSize();
 +#endif  +#endif
      return(TRUE);       return(TRUE);

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

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