From: pnathan Date: Wed, 8 May 2013 14:02:48 +0000 (-0700) Subject: Moved to misc.lisp X-Git-Url: http://repo.macrolet.net/gitweb/?p=jscl.git;a=commitdiff_plain;h=a916130a15418d819e4585786eafd51a57818685 Moved to misc.lisp --- diff --git a/jscl.lisp b/jscl.lisp index 29c328b..01f75c6 100644 --- a/jscl.lisp +++ b/jscl.lisp @@ -32,7 +32,7 @@ ("print" :target) ("package" :target) ("ffi" :target) - ("features" :target) + ("misc" :target) ("read" :both) ("defstruct" :both) ("lambda-list" :both) diff --git a/src/features.lisp b/src/features.lisp deleted file mode 100644 index ecb3912..0000000 --- a/src/features.lisp +++ /dev/null @@ -1,5 +0,0 @@ -(defparameter *features* - (list - :jscl - :common-lisp - :ansi-cl)) diff --git a/src/misc.lisp b/src/misc.lisp new file mode 100644 index 0000000..ecb3912 --- /dev/null +++ b/src/misc.lisp @@ -0,0 +1,5 @@ +(defparameter *features* + (list + :jscl + :common-lisp + :ansi-cl))