Merging from upstream.
authorKen Harris <kengruven@gmail.com>
Sun, 2 Jun 2013 19:16:36 +0000 (12:16 -0700)
committerKen Harris <kengruven@gmail.com>
Sun, 2 Jun 2013 19:16:36 +0000 (12:16 -0700)
1  2 
jscl.lisp
src/compiler.lisp

diff --cc jscl.lisp
+++ b/jscl.lisp
  (in-package :jscl)
  
  (defvar *source*
-   '(("boot"      :target)
-     ("compat"    :host)
-     ("utils"     :both)
-     ("list"      :target)
-     ("string"    :target)
-     ("print"     :target)
-     ("package"   :target)
-     ("ffi"       :target)
-     ("char"      :target)
-     ("read"      :both)
-     ("compiler"  :both)
-     ("toplevel"  :target)))
+   '(("boot"             :target)
+     ("compat"           :host)
+     ("utils"            :both)
+     ("list"             :target)
+     ("string"           :target)
+     ("sequence"         :target)
+     ("print"            :target)
+     ("package"          :target)
+     ("ffi"              :target)
+     ("misc"             :target)
+     ("numbers"          :target)
++    ("char"             :target)
+     ("read"             :both)
+     ("defstruct"        :both)
+     ("lambda-list"      :both)
+     ("backquote"        :both)
+     ("compiler"         :both)
+     ("toplevel"         :target)))
  
  (defun source-pathname
      (filename &key (directory '(:relative "src")) (type nil) (defaults filename))
Simple merge