[cffi-devel] define-foreign-library behavior
    Hazen Babcock 
    hbabcockos1 at mac.com
       
    Sun May 14 16:22:46 UTC 2006
    
    
  
On May 13, 2006, at 10:20 PM, Luís Oliveira wrote:
> On 2006-maj-13, at 20:01, hbabcockos1 at mac.com wrote:
>> 	(t (:default "libc")))
> [vs]
>> 	(t (:or "libc" "libc.so.6")))
> [...]
>> the second example appears to the naive (like me) to be a super- 
>> set of the first example.
>
> You want: (:or (:default "libc") "libc.so.6)
Thanks! My apologies for not realizing that you could combine things  
in this way.
-Hazen
    
    
More information about the cffi-devel
mailing list