Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 215980266063bf486f879e915569f574 > files > 1

sbcl-1.0.40-1.fc14.src.rpm

(lambda (features)
  (flet ((enable (x)
           (pushnew x features))
         (disable (x)
           (setf features (remove x features))))
    ;; Threading support, available on x86/x86-64 Linux only.
    (enable :sb-thread)))