X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fgc-internal.h;h=28d0efc8a052fff6491f382a64cd6d5ebe06627b;hb=a6bda328d1a33a5ad328ec97bed83d5c49c530e0;hp=d2b18781f1bbc625f0181155dfc8fbd575dc7356;hpb=34111868d4b78f1f96e010d1719b8efab732aaa7;p=sbcl.git diff --git a/src/runtime/gc-internal.h b/src/runtime/gc-internal.h index d2b1878..28d0efc 100644 --- a/src/runtime/gc-internal.h +++ b/src/runtime/gc-internal.h @@ -35,10 +35,10 @@ #define FUN_RAW_ADDR_OFFSET (6*sizeof(lispobj) - FUN_POINTER_LOWTAG) /* values for the *_alloc_* parameters */ -#define FREE_PAGE 0 -#define BOXED_PAGE 1 -#define UNBOXED_PAGE 2 -#define OPEN_REGION_PAGE 4 +#define FREE_PAGE_FLAG 0 +#define BOXED_PAGE_FLAG 1 +#define UNBOXED_PAGE_FLAG 2 +#define OPEN_REGION_PAGE_FLAG 4 #define ALLOC_BOXED 0 #define ALLOC_UNBOXED 1