X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fthread.h;h=d503c27ff47d988e3c733632de992dba9b80f85b;hb=037b95d81ad246aca72388ce7315df972e9545f5;hp=e9039a11f932b426f2f9ce6a904725603a490056;hpb=a9ccc34071513a13b439eaadebfd3c05dd940392;p=sbcl.git diff --git a/src/runtime/thread.h b/src/runtime/thread.h index e9039a1..d503c27 100644 --- a/src/runtime/thread.h +++ b/src/runtime/thread.h @@ -5,8 +5,8 @@ #include #include #include -#include "runtime.h" #include "sbcl.h" +#include "runtime.h" #include "os.h" #include "interrupt.h" #ifdef LISP_FEATURE_GENCGC @@ -104,7 +104,7 @@ static inline os_context_t *get_interrupt_context_for_thread(struct thread *th) * much stuff like struct thread and all_threads to be defined, which * usually aren't by that time. So, it's here instead. Sorry */ -inline static struct thread *arch_os_get_current_thread() { +static inline struct thread *arch_os_get_current_thread() { #if defined(LISP_FEATURE_SB_THREAD) && defined (LISP_FEATURE_X86) register struct thread *me=0; if(all_threads)