From 9ea782ae0e49733b7c665bdd79515b289edcf546 Mon Sep 17 00:00:00 2001 From: pnathan Date: Wed, 8 May 2013 07:03:42 -0700 Subject: [PATCH] Removed :ansi-cl as per issue #83 --- src/misc.lisp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/misc.lisp b/src/misc.lisp index ecb3912..a7cabcc 100644 --- a/src/misc.lisp +++ b/src/misc.lisp @@ -1,5 +1,4 @@ (defparameter *features* (list :jscl - :common-lisp - :ansi-cl)) + :common-lisp)) -- 1.7.10.4