X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Ftarget-unithread.lisp;h=886ed8286dd081056b6829ce3d0f8bc7315d52ee;hb=129b26c117d41c21663f07e9017871b56fafa501;hp=4fc86d5f92580f8152845a2b6ffea2b6b3f79291;hpb=a7c2f2622f1ceeeb3459cb6bbcf261bda1ff2327;p=sbcl.git diff --git a/src/code/target-unithread.lisp b/src/code/target-unithread.lisp index 4fc86d5..886ed82 100644 --- a/src/code/target-unithread.lisp +++ b/src/code/target-unithread.lisp @@ -37,7 +37,7 @@ ;;;; the higher-level locking operations are based on waitqueues (defstruct waitqueue - (name nil :type (or null simple-base-string)) + (name nil :type (or null simple-string)) (lock 0) (data nil))