Skip to content
Snippets Groups Projects
Commit cf40f388 authored by agoncharov's avatar agoncharov
Browse files

*** empty log message ***

parent 1ddd8e17
No related branches found
No related tags found
No related merge requests found
;; e.g. for FreeBSD on x86 you probably want:
;;(pushnew :freebsd4 *features*)
;;(pushnew :freebsd *features*)
;;(pushnew :elf *features*)
;; We can't really do this before adding #+freebsd5 reader
;; conditionals to the source code at appropiate places
;; (setf *features* (remove :freebsd4 *features*))
;; (pushnew :freebsd5 *features*)
(setf *features* (remove :freebsd4 *features*))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment