X-Git-Url: https://git.distorted.org.uk/~mdw/clg/blobdiff_plain/6d0c1491fd35bbf2d9f405d0708d3cbc51fb1d16..ae462d0ee5172af35c06224439521b34b0f09246:/tools/clg-tools.asd diff --git a/tools/clg-tools.asd b/tools/clg-tools.asd index d678333..bbe1628 100644 --- a/tools/clg-tools.asd +++ b/tools/clg-tools.asd @@ -7,8 +7,8 @@ (in-package #:clg-tools) #+clisp -(unless custom:*ansi* - (error "CLISP must be started with the -ansi option")) +(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")