0.8.14.23:
[sbcl.git] / src / runtime / gc.h
index 8b0f62e..6da2236 100644 (file)
@@ -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_ */