From: Mark Wooding Date: Sun, 30 Aug 2015 09:58:38 +0000 (+0100) Subject: src/: Improve handling of declarations in macros. X-Git-Url: https://git.distorted.org.uk/~mdw/sod/commitdiff_plain/b8c698eeb25ff564145079e4310b0bd71f84155b?hp=b8c698eeb25ff564145079e4310b0bd71f84155b src/: Improve handling of declarations in macros. Teach `parse-body' to be able to parse only declarations or only documentation. Use this in macros with convoluted internal binding structure. ---