From 4515588b98c7cd07bee80f2979a9ca2f1dd561d6 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Sat, 5 Apr 2008 02:14:44 -0500 Subject: [PATCH] Fix compile error --- vm/data_gc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vm/data_gc.c b/vm/data_gc.c index 9b4f4fd583..010ceb49ad 100755 --- a/vm/data_gc.c +++ b/vm/data_gc.c @@ -31,8 +31,7 @@ void init_cards_offset(void) F_DATA_HEAP *alloc_data_heap(CELL gens, CELL young_size, - CELL aging_size, - CELL tenured_size) + CELL aging_size) { GC_PRINT(ALLOC_DATA_HEAP,gens,young_size,aging_size);