X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mm%2Fallocator.h;h=b46ac47320e66288131e87f455ba5d042878446d;hb=f730b8c3c57cd8f7da6aa8e5d3de85b51f7d4362;hp=d3e402c0a720f32fcc2342243446e63ea6d48723;hpb=ecf0b3503dc53932fd1f91fd6370208c30028bc8;p=cacao.git diff --git a/mm/allocator.h b/mm/allocator.h index d3e402c0a..b46ac4732 100644 --- a/mm/allocator.h +++ b/mm/allocator.h @@ -1,6 +1,6 @@ /* * cacao/mm/allocator.h - * $Id: allocator.h 105 1998-12-10 17:48:53Z phil $ + * $Id: allocator.h 115 1999-01-20 01:52:45Z phil $ */ #ifndef __allocator_h_ @@ -32,6 +32,7 @@ # define SIZE unsigned long #endif +#undef ALIGN #define ALIGN 3 /* 64bit alignment */ //#define ALIGN 2 /* 32bit allignment */ @@ -106,7 +107,7 @@ void allocator_reset(void); void allocator_mark_free_kludge(BITBLOCK* bitmap); -unsigned char find_highest(SIZE bits); +/* unsigned char find_highest(SIZE bits); */ #endif /* !defined(__allocator_h_) */