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

Reverting the previous check-in -- I submitted it by accident (the

change will be re-submitted in about a week, as a part of a bigger
change.)
parent cf40f388
No related branches found
No related tags found
No related merge requests found
;; e.g. for FreeBSD on x86 you probably want: ;; e.g. for FreeBSD on x86 you probably want:
;;(pushnew :freebsd4 *features*)
;;(pushnew :freebsd *features*) ;;(pushnew :freebsd *features*)
;;(pushnew :elf *features*) ;;(pushnew :elf *features*)
(setf *features* (remove :freebsd4 *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*)
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