From: espen Date: Wed, 21 Feb 2007 13:01:04 +0000 (+0000) Subject: Checking if CLISP is started with the -ansi option X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/commitdiff_plain/6d0c1491fd35bbf2d9f405d0708d3cbc51fb1d16?hp=28018a505046604ecda305bc994515c84ab65a64 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")