From: espen Date: Wed, 21 Feb 2007 13:01:04 +0000 (+0000) Subject: Checking if CLISP is started with the -ansi option X-Git-Tag: clg-0-93~185 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/commitdiff_plain/818f2430eb33b33624f41703b55f8b8faec40c44 Checking if CLISP is started with the -ansi option --- diff --git a/tools/clg-tools.asd b/tools/clg-tools.asd index c019843..d678333 100644 --- a/tools/clg-tools.asd +++ b/tools/clg-tools.asd @@ -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")