X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcompiler%2Fgeneric%2Fgenesis.lisp;h=c42fcf88356db810f11a85fc36224bab058c5c8f;hb=c9b36f04557bd6c7208863e73bae7b1bc6e64842;hp=d6a427d91754be51d80b5c015fb20022feb22bae;hpb=402958f92506b9d3de852601b8c1ccb99b5ee558;p=sbcl.git diff --git a/src/compiler/generic/genesis.lisp b/src/compiler/generic/genesis.lisp index d6a427d..c42fcf8 100644 --- a/src/compiler/generic/genesis.lisp +++ b/src/compiler/generic/genesis.lisp @@ -2925,7 +2925,7 @@ initially undefined function references:~2%") (defconstant new-directory-core-entry-type-code 3861) (defconstant initial-fun-core-entry-type-code 3863) (defconstant page-table-core-entry-type-code 3880) -#!+sb-lutex +#!+(and sb-lutex sb-thread) (defconstant lutex-table-core-entry-type-code 3887) (defconstant end-core-entry-type-code 3840)