Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates-src > by-pkgid > f126ebdb0fe6044f32084f29503c0f92 > files > 1

sbcl-1.0.38-2.fc13.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)))