chiark
/
gitweb
/
~mdw
/
clg
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
28018a5
)
Checking if CLISP is started with the -ansi option
author
espen
<espen>
Wed, 21 Feb 2007 13:01:04 +0000
(13:01 +0000)
committer
espen
<espen>
Wed, 21 Feb 2007 13:01:04 +0000
(13:01 +0000)
tools/clg-tools.asd
patch
|
blob
|
blame
|
history
diff --git
a/tools/clg-tools.asd
b/tools/clg-tools.asd
index c019843a7a421d08ea76f3528bc353ebee7eb095..d678333d9ae0516e67bb3657a7c995d6a829362d 100644
(file)
--- a/
tools/clg-tools.asd
+++ b/
tools/clg-tools.asd
@@
-6,6
+6,9
@@
(in-package #:clg-tools)
(in-package #:clg-tools)
+#+clisp
+(unless custom:*ansi*
+ (error "CLISP must be started with the -ansi option"))
(defsystem clg-tools
:components ((:file "autoexport")
(defsystem clg-tools
:components ((:file "autoexport")