LLP64: change unsigned long to uword_t
[sbcl.git] / src / runtime / runtime.h
index 4d7ab2e..387c686 100644 (file)
@@ -243,7 +243,7 @@ widetag_of(lispobj obj)
     return obj & WIDETAG_MASK;
 }
 
-static inline unsigned long
+static inline uword_t
 HeaderValue(lispobj obj)
 {
   return obj >> N_WIDETAG_BITS;