• attachment:customize-target-features.lisp of cram_language

Attachment 'customize-target-features.lisp'

Download

   1 (lambda (features)
   2       (flet ((enable (x)
   3                (pushnew x features))
   4              (disable (x)
   5                (setf features (remove x features))))
   6         ;; Threading support, available only on x86/x86-64 Linux, x86 Solaris
   7         ;; and x86 Mac OS X (experimental).
   8         (enable :sb-thread)
   9         (enable :sb-doc)
  10         (enable :sb-package-locks)
  11         (enable :sb-unicode)
  12         (enable :sb-source-locations)))

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.
  • [get | view] (2010-04-12 05:48:39, 0.4 KB) [[attachment:customize-target-features.lisp]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.