X-Git-Url: https://git.distorted.org.uk/~mdw/clg/blobdiff_plain/5ed2c9b499d72b00d1aadb6d93729a28b97e1b13..ae462d0ee5172af35c06224439521b34b0f09246:/tools/clg-tools.asd diff --git a/tools/clg-tools.asd b/tools/clg-tools.asd index a4da6ab..bbe1628 100644 --- a/tools/clg-tools.asd +++ b/tools/clg-tools.asd @@ -6,9 +6,13 @@ (in-package #:clg-tools) +#+clisp +(unless custom:*parse-namestring-ansi* + (error "Standard behaviour of PARSE-NAMESTRING must be enabled by setting CUSTOM:*PARSE-NAMESTRING-ANSI* to non-NIL or running clisp with the -ansi option")) (defsystem clg-tools :components ((:file "autoexport") - (:file "config") - (:file "asdf-extensions"))) + (:file "utils") + (:file "config" :depends-on ("utils")) + (:file "asdf-extensions" :depends-on ("utils"))))