fix no-places, no-futures build

This commit is contained in:
Matthew Flatt 2014-08-12 15:26:51 +01:00
parent fc8b2f02f9
commit fa66067359

View File

@ -20,12 +20,13 @@ enum {
# define USE_BLOCK_CACHE
#endif
struct AllocCacheBlock;
struct BlockCache;
typedef struct MMU {
#ifdef USE_BLOCK_CACHE
struct BlockCache *block_cache;
#elif !( defined(_WIN32) || defined(OSKIT) )
AllocCacheBlock *alloc_caches[2];
struct AllocCacheBlock *alloc_caches[2];
Page_Range *page_range;
#endif
intptr_t memory_allocated;