[armedbear-ticket] [armedbear] #142: Problem compiing LOGAND

armedbear armedbear-devel at common-lisp.net
Sun Mar 27 07:10:09 UTC 2011


#142: Problem compiing LOGAND
-----------------------+----------------------------------------------------
  Reporter:  mevenson  |       Owner:  ehuelsmann
      Type:  defect    |      Status:  new       
  Priority:  major     |   Milestone:  0.26      
 Component:  compiler  |     Version:  0.24      
Resolution:            |    Keywords:            
-----------------------+----------------------------------------------------

Comment(by mevenson):

 Further factoring the away from any dependencies other than base ABCL:

 {{{
 (logand
  (let ((lock (threads:make-mutex)))
    (threads:with-mutex (lock) 42))
  4294967295)
 }}}

-- 
Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/142#comment:2>
armedbear <http://common-lisp.net/project/armedbear>
armedbear


More information about the armedbear-ticket mailing list