X-Git-Url: https://git.distorted.org.uk/~mdw/clg/blobdiff_plain/560af5c515eb5b6206040a9334de4254d2650147..a8cb9408e054abf38cc2777ed133e002fffc9a46:/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)))