X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fgc.h;h=3d43c0bbf6a20c249d425da54e77b76e93d4a2db;hb=447477e72bd4fe54e678a28bdcc4a2802797d6ed;hp=5209583509b4274fadf8fc3d227b0d2e0434f741;hpb=e6c3f1d3e416bd473a9e476e6f95235c783794a3;p=sbcl.git diff --git a/src/runtime/gc.h b/src/runtime/gc.h index 5209583..3d43c0b 100644 --- a/src/runtime/gc.h +++ b/src/runtime/gc.h @@ -16,7 +16,7 @@ #ifndef _GC_H_ #define _GC_H_ typedef signed long page_index_t; -typedef signed int generation_index_t; +typedef signed char generation_index_t; extern void gc_init(void); extern void gc_initialize_pointers(void); @@ -33,4 +33,6 @@ extern int maybe_gc_pending; #include "fixnump.h" +#include "pseudo-atomic.h" + #endif /* _GC_H_ */