X-Git-Url: https://git.distorted.org.uk/~mdw/clg/blobdiff_plain/73dc6242b28bd7350beac03501e1ee24d4e46c47..07dafdb05d2142564c1fd14265cf174cb3ab92f3:/tools/clg-tools.asd?ds=sidebyside 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"))))