X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=jscl.lisp;h=4b2ac4aa12a8a51fa83af28e85ca9bb6766bbb08;hb=b2de12c4e1a6e77e7f3f22d056adcfeda79d085b;hp=0f0e6be10e9bac82b1ad26121ea82591720ef50c;hpb=72a15805ea06efb88cf7d1dd5958617349aaf8f5;p=jscl.git diff --git a/jscl.lisp b/jscl.lisp index 0f0e6be..4b2ac4a 100644 --- a/jscl.lisp +++ b/jscl.lisp @@ -27,8 +27,9 @@ ("compat" :host) ("utils" :both) ("numbers" :target) + ("char" :target) ("list" :target) - ("arrays" :target) + ("array" :target) ("string" :target) ("sequence" :target) ("print" :target) @@ -38,6 +39,7 @@ ("read" :both) ("defstruct" :both) ("lambda-list" :both) + ("backquote" :both) ("compiler" :both) ("toplevel" :target)))