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

Diff for /OpenXM_contrib2/asir2000/gc/alloc.c between version 1.11 and 1.12

version 1.11, 2015/08/06 10:01:52 version 1.12, 2015/08/14 13:51:55
Line 949  word n;
Line 949  word n;
     GC_prev_heap_addr = GC_last_heap_addr;      GC_prev_heap_addr = GC_last_heap_addr;
     GC_last_heap_addr = (ptr_t)space;      GC_last_heap_addr = (ptr_t)space;
     GC_add_to_heap(space, bytes);      GC_add_to_heap(space, bytes);
 #if defined(VISUAL) || defined(__MINGW32__) || defined(__MINGW64__)  #if defined(VISUAL) || defined(__MINGW32__)
         SendHeapSize();          SendHeapSize();
 #endif  #endif
     return(TRUE);      return(TRUE);
Line 1045  int kind;
Line 1045  int kind;
   
     if (sz == 0) return(0);      if (sz == 0) return(0);
   
 #if defined(VISUAL) || defined(__MINGW32__) || defined(__MINGW64__)  #if defined(VISUAL) || defined(__MINGW32__)
         {          {
 #include <signal.h>  #include <signal.h>
                 extern int recv_intr;                  extern int recv_intr;

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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