X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fruntime%2Fcore.h;h=2fcbd138af0ebf8bd9f62e040a6ff9b32ebfcd14;hb=1bcf4fb22a25e713a0ab898d78abb97abe94c225;hp=e467f9e081d8b2fa80be6eadaa32ed3eb2a9b5af;hpb=a530bbe337109d898d5b4a001fc8f1afa3b5dc39;p=sbcl.git diff --git a/src/runtime/core.h b/src/runtime/core.h index e467f9e..2fcbd13 100644 --- a/src/runtime/core.h +++ b/src/runtime/core.h @@ -9,27 +9,11 @@ * files for more information. */ -/* - * $Header$ - */ - #ifndef _CORE_H_ #define _CORE_H_ #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;