X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fcore.h;h=2fcbd138af0ebf8bd9f62e040a6ff9b32ebfcd14;hb=94ac5b7c3ff37850210b6fc9a7593cf1c5752993;hp=f5b223e82ef62da5b97c77cccffd33c753264a09;hpb=cea4896b2482b7b2b429c1631d774b4cfbc0efba;p=sbcl.git diff --git a/src/runtime/core.h b/src/runtime/core.h index f5b223e..2fcbd13 100644 --- a/src/runtime/core.h +++ b/src/runtime/core.h @@ -14,18 +14,6 @@ #include "runtime.h" -#define CORE_PAGESIZE OS_VM_DEFAULT_PAGESIZE -#define CORE_END 3840 -#define CORE_NDIRECTORY 3861 -#define CORE_VALIDATE 3845 -#define CORE_VERSION 3860 -#define CORE_MACHINE_STATE 3862 -#define CORE_INITIAL_FUNCTION 3863 - -#define DYNAMIC_SPACE_ID (1) -#define STATIC_SPACE_ID (2) -#define READ_ONLY_SPACE_ID (3) - struct ndir_entry { #ifndef alpha long identifier;