X-Git-Url: https://git.distorted.org.uk/~mdw/clg/blobdiff_plain/0d07716fe78436ae6c9c324cabdd401c25e336af..3d36c5d66c327143ac12c3c2222352618da3123c:/tools/autoexport.lisp diff --git a/tools/autoexport.lisp b/tools/autoexport.lisp index b4e479c..f504792 100644 --- a/tools/autoexport.lisp +++ b/tools/autoexport.lisp @@ -102,6 +102,10 @@ (declare (ignore args)) (export-fname fname)) +(defexport defmethod (name &rest rest) + (declare (ignore rest)) + name) + (defexport progn (&rest body) (apply #'nconc (map 'list #'list-autoexported-symbols body)))