X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fgc.h;h=6da2236bb6ab4a3ce85cc86ff82d83fedf20bec0;hb=eaa8a506790bb6ed627da617247bfd13802eb365;hp=8b0f62e9d9fb75f529863caf2215f5f0458d3e7e;hpb=f706a441d7c09cba32701289b63946527fef3c78;p=sbcl.git diff --git a/src/runtime/gc.h b/src/runtime/gc.h index 8b0f62e..6da2236 100644 --- a/src/runtime/gc.h +++ b/src/runtime/gc.h @@ -29,11 +29,6 @@ extern void clear_auto_gc_trigger(void); extern int maybe_gc_pending; -static inline int fixnump(lispobj obj) { - return((obj & - (LOWTAG_MASK & - (~(EVEN_FIXNUM_LOWTAG|ODD_FIXNUM_LOWTAG)))) - == 0); -} +#include "fixnump.h" #endif /* _GC_H_ */