X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fcoreparse.c;h=65fdc12457ba46ae805757ed18f4d2d5e2c23dbb;hb=f6d13b577869229af003c282eb81d65a4a51c713;hp=2d03737dd1291ecaef3103205ed01a90af11cbde;hpb=3bb2fb5b9ecdeebecaded4ac6e5af0f653be8867;p=sbcl.git diff --git a/src/runtime/coreparse.c b/src/runtime/coreparse.c index 2d03737..65fdc12 100644 --- a/src/runtime/coreparse.c +++ b/src/runtime/coreparse.c @@ -33,8 +33,7 @@ #include "arch.h" #include "interr.h" #include "sbcl.h" -#include "genesis/symbol.h" -#include "genesis/static-symbols.h" +#include "thread.h" unsigned char build_id[] = #include "../../output/build-id.tmp" @@ -94,7 +93,7 @@ process_directory(int fd, u32 *ptr, int count) * defined(__i386__) * ? */ #if defined(LISP_FEATURE_X86) - SetSymbolValue(ALLOCATION_POINTER, (lispobj)free_pointer); + SetSymbolValue(ALLOCATION_POINTER, (lispobj)free_pointer,0); #else dynamic_space_free_pointer = free_pointer; #endif