Skip to content

Commit

Permalink
pushnew *features*, not push
Browse files Browse the repository at this point in the history
  • Loading branch information
rpav committed Sep 11, 2014
1 parent 145702c commit 32eede2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fast-io.asd
@@ -1,9 +1,9 @@
(eval-when (:compile-toplevel :load-toplevel :execute)
(push :fast-io *features*))
(pushnew :fast-io *features*))

#+(or sbcl ccl cmucl ecl lispworks allegro)
(eval-when (:compile-toplevel :load-toplevel :execute)
(push :fast-io-sv *features*))
(pushnew :fast-io-sv *features*))

(defsystem :fast-io
:description "Alternative I/O mechanism to a stream or vector"
Expand Down

0 comments on commit 32eede2

Please sign in to comment.