X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/a47b5b286ee7c98c16b4023e5d6954cfdd9faa88..8eb242b160e163a1cfc6e810aeda4788116bba1a:/src/c-types-parse.lisp?ds=sidebyside diff --git a/src/c-types-parse.lisp b/src/c-types-parse.lisp index ce70ef7..9c33672 100644 --- a/src/c-types-parse.lisp +++ b/src/c-types-parse.lisp @@ -102,10 +102,8 @@ (if (consp spec) spec (list spec))) (dolist (spec (cdr item)) (destructuring-bind (label - &key - (name (string-downcase label)) - compat - (taggedp taggedp)) + &key (name (string-downcase label)) + compat (taggedp taggedp)) (if (consp spec) spec (list spec)) (let ((ds (make-instance 'declspec :label label @@ -402,7 +400,7 @@ (disallow-keyword-functions (type) (when (typep type 'c-keyword-function-type) (error "Functions with keyword arguments are only ~ - allowed at top-level."))) + allowed at top-level"))) (star () ;; Prefix: `*' qualifiers