From: Mark Wooding Date: Thu, 26 May 2016 08:26:09 +0000 (+0100) Subject: src/c-types-parse.lisp, src/c-types-proto.lisp: Some minor cleanups. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/sod/commitdiff_plain/8d3d1674f1a0b1dabd5877dcb0bd503fe2bcc1d9?hp=8d3d1674f1a0b1dabd5877dcb0bd503fe2bcc1d9 src/c-types-parse.lisp, src/c-types-proto.lisp: Some minor cleanups. * Reformat some documentation comments. * Use `&body' rather than `&rest' to mark the body argument of `define-c-type-syntax'. * Fix documentation comments to refer to `expand-c-type-spec' rather than `expand-c-type'. ---