[armedbear-ticket] [armedbear] #142: Problem compiing LOGAND
armedbear
armedbear-devel at common-lisp.net
Fri Mar 25 06:57:08 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:
-----------------------+----------------------------------------------------
Changes (by mevenson):
* version: => 0.24
* milestone: => 0.26
Comment:
This snippet
{{{
(in-package :snmp)
(lambda ()
(LOGAND
(PORTABLE-THREADS:ATOMIC-INCF SNMP::REQUEST-ID-COUNTER)
4294967295))
}}}
has the same error message which is a bit weird as I would have thought
that the undefined "REQUEST-ID-COUNTER" variable would get detected first,
but that seems to not be the case.
--
Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/142#comment:1>
armedbear <http://common-lisp.net/project/armedbear>
armedbear
More information about the armedbear-ticket
mailing list