From c8c34d477347a8ed81313e541a8e85bbfcb6a3b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Santos=20Costa?= Date: Tue, 4 May 2010 16:31:31 +0100 Subject: [PATCH] swi_reverse_hash was in a bad place. --- H/YapHeap.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/H/YapHeap.h b/H/YapHeap.h index 3c56711c9..098f6c825 100755 --- a/H/YapHeap.h +++ b/H/YapHeap.h @@ -32,17 +32,16 @@ #define MAX_DLMALLOC_HOLES 32 -typedef struct swi_reverse_hash { - ADDR key; - Int pos; -} swi_rev_hash; - typedef struct memory_hole { ADDR start; ADDR end; } memory_hole_type; #endif +typedef struct swi_reverse_hash { + ADDR key; + Int pos; +} swi_rev_hash; #define GC_MAVARS_HASH_SIZE 512