On May 13, 2006, at 10:20 PM, Luís Oliveira wrote:

On 2006-maj-13, at 20:01, [EMAIL PROTECTED] 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

_______________________________________________
cffi-devel mailing list
cffi-devel@common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/cffi-devel

Reply via email to