From: pnathan Date: Wed, 8 May 2013 14:03:42 +0000 (-0700) Subject: Removed :ansi-cl as per issue #83 X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=9ea782ae0e49733b7c665bdd79515b289edcf546;p=jscl.git Removed :ansi-cl as per issue #83 --- 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))