X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=jscl.lisp;h=4b2ac4aa12a8a51fa83af28e85ca9bb6766bbb08;hb=b2de12c4e1a6e77e7f3f22d056adcfeda79d085b;hp=7a5e35a9c98554c1880bd184b593fa8b04c72f9f;hpb=ff12f0b76586296be887887c9a6c21c6c2b29ab5;p=jscl.git diff --git a/jscl.lisp b/jscl.lisp index 7a5e35a..4b2ac4a 100644 --- a/jscl.lisp +++ b/jscl.lisp @@ -26,17 +26,20 @@ '(("boot" :target) ("compat" :host) ("utils" :both) + ("numbers" :target) + ("char" :target) ("list" :target) + ("array" :target) ("string" :target) ("sequence" :target) ("print" :target) ("package" :target) ("ffi" :target) ("misc" :target) - ("numbers" :target) ("read" :both) ("defstruct" :both) ("lambda-list" :both) + ("backquote" :both) ("compiler" :both) ("toplevel" :target)))