Moved to misc.lisp
authorpnathan <pnathan@vandals.uidaho.edu>
Wed, 8 May 2013 14:02:48 +0000 (07:02 -0700)
committerpnathan <pnathan@vandals.uidaho.edu>
Wed, 8 May 2013 14:02:48 +0000 (07:02 -0700)
jscl.lisp
src/features.lisp [deleted file]
src/misc.lisp [new file with mode: 0644]

index 29c328b..01f75c6 100644 (file)
--- 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 (file)
index ecb3912..0000000
+++ /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 (file)
index 0000000..ecb3912
--- /dev/null
@@ -0,0 +1,5 @@
+(defparameter *features*
+  (list
+   :jscl
+   :common-lisp
+   :ansi-cl))