X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fcore.h;h=e7484c3d07a68437c94c3c2f71f26180d017baa6;hb=5e92e9ed61903658015c2a75c79a32ad41dbd29d;hp=efda49bfe74c168c1eea48dec213d3773afaeb55;hpb=cf4cb9554515c59eddbde38d1cf236339c37f55f;p=sbcl.git diff --git a/src/runtime/core.h b/src/runtime/core.h index efda49b..e7484c3 100644 --- a/src/runtime/core.h +++ b/src/runtime/core.h @@ -16,7 +16,7 @@ #include "runtime.h" struct ndir_entry { -#ifndef alpha +#ifndef LISP_FEATURE_ALPHA long identifier; long nwords; long data_page;