On May 13, 2006, at 10:20 PM, Luís Oliveira wrote:
On 2006-maj-13, at 20:01, hbabcockos1@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