From: espen Date: Wed, 21 Feb 2007 13:19:28 +0000 (+0000) Subject: Only check PARSE-NAMESTRING for ANSI compatibility in CLISP X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/commitdiff_plain/52cc75066ee6bb679448113a85b5839dde0c5ae2 Only check PARSE-NAMESTRING for ANSI compatibility in CLISP --- 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")