#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.