X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=jscl.lisp;h=47899f0bd1b4b96bebbc32e234a3c5771f078f49;hb=68cd2db6542fa3442d46b0331ecf8be8f86c09c2;hp=76d2c84df38384e7f5eef4ab355192a6493b0141;hpb=6de39415127640d8647b6ef8a5dc6ecb49407194;p=jscl.git diff --git a/jscl.lisp b/jscl.lisp index 76d2c84..47899f0 100644 --- a/jscl.lisp +++ b/jscl.lisp @@ -23,17 +23,19 @@ (in-package :jscl) (defvar *source* - '(("boot" :target) - ("compat" :host) - ("utils" :both) - ("list" :target) - ("string" :target) - ("print" :target) - ("package" :target) - ("ffi" :target) - ("read" :both) - ("compiler" :both) - ("toplevel" :target))) + '(("boot" :target) + ("compat" :host) + ("utils" :both) + ("list" :target) + ("string" :target) + ("print" :target) + ("package" :target) + ("ffi" :target) + ("read" :both) + ("defstruct" :both) + ("lambda-list" :both) + ("compiler" :both) + ("toplevel" :target))) (defun source-pathname (filename &key (directory '(:relative "src")) (type nil) (defaults filename))