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

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

version 1.2, 2009/02/06 08:58:28 version 1.3, 2009/03/10 16:36:15
Line 1 
Line 1 
 # $OpenXM: OpenXM_contrib2/asir2000/gc6-risa.diff,v 1.1 2008/03/19 07:05:55 ohara Exp $  # $OpenXM: OpenXM_contrib2/asir2000/gc6-risa.diff,v 1.2 2009/02/06 08:58:28 ohara Exp $
 # Patches depend on Risa/Asir  # Patches depend on Risa/Asir
 diff -urN gc6.8/configure gc6.8-risa/configure  diff -urN gc6.8/configure gc6.8-risa/configure
 --- gc6.8/configure     2006-03-24 09:42:55.000000000 +0900  --- gc6.8/configure     2006-03-24 09:42:55.000000000 +0900
Line 79  diff -urN gc6.8/alloc.c gc6.8-risa/alloc.c
Line 79  diff -urN gc6.8/alloc.c gc6.8-risa/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>