=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/gc/alloc.c,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- OpenXM_contrib2/asir2000/gc/alloc.c 2003/06/24 05:11:31 1.9 +++ OpenXM_contrib2/asir2000/gc/alloc.c 2009/03/10 16:40:45 1.10 @@ -949,7 +949,7 @@ word n; GC_prev_heap_addr = GC_last_heap_addr; GC_last_heap_addr = (ptr_t)space; GC_add_to_heap(space, bytes); -#if defined(VISUAL_LIB) +#if defined(VISUAL) SendHeapSize(); #endif return(TRUE);