chiark / gitweb /
Only check PARSE-NAMESTRING for ANSI compatibility in CLISP
authorespen <espen>
Wed, 21 Feb 2007 13:19:28 +0000 (13:19 +0000)
committerespen <espen>
Wed, 21 Feb 2007 13:19:28 +0000 (13:19 +0000)
tools/clg-tools.asd

index d678333d9ae0516e67bb3657a7c995d6a829362d..bbe16282ebcb40965f38402e2413caf0ba5c80a9 100644 (file)
@@ -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")