Skip to content

Commit

Permalink
Signal ASDF compatibility error at read-time
Browse files Browse the repository at this point in the history
  • Loading branch information
sionescu committed Jul 26, 2013
1 parent 0fcabb5 commit 8740595
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static-vectors.asd
@@ -1,7 +1,7 @@
;;;; -*- Mode: Lisp; indent-tabs-mode: nil -*-

(unless (or #+asdf3 (asdf/driver:version<= "2.32" (asdf-version)))
(error "You need ASDF >= 2.32 to load this system correctly."))
#.(unless (or #+asdf3 (asdf/driver:version<= "2.32" (asdf-version)))
(error "You need ASDF >= 2.32 to load this system correctly."))

(defsystem :static-vectors
:description "Create vectors allocated in static memory."
Expand Down

0 comments on commit 8740595

Please sign in to comment.