Checking if CLISP is started with the -ansi option
authorespen <espen>
Wed, 21 Feb 2007 13:01:04 +0000 (13:01 +0000)
committerespen <espen>
Wed, 21 Feb 2007 13:01:04 +0000 (13:01 +0000)
tools/clg-tools.asd

index c019843..d678333 100644 (file)
@@ -6,6 +6,9 @@
 
 (in-package #:clg-tools)
 
+#+clisp
+(unless custom:*ansi*
+  (error "CLISP must be started with the -ansi option"))
 
 (defsystem clg-tools
     :components ((:file "autoexport")