Split GENCGC_PAGE_BYTES in 3 constants
[sbcl.git] / src / runtime / gc.h
index ce1b925..10c97a4 100644 (file)
 
 #include "sbcl.h"
 
-#ifdef LISP_FEATURE_GENCGC
-#define PAGE_BYTES GENCGC_PAGE_BYTES
-#else
 #define PAGE_BYTES BACKEND_PAGE_BYTES
-#endif
 
 typedef signed long page_index_t;
 typedef signed char generation_index_t;