X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/a47b5b286ee7c98c16b4023e5d6954cfdd9faa88..6390b8458f7d363a58c1d6fcb0723dc9eb61e68e:/src/c-types-parse.lisp?ds=inline diff --git a/src/c-types-parse.lisp b/src/c-types-parse.lisp index ce70ef7..3a5a536 100644 --- a/src/c-types-parse.lisp +++ b/src/c-types-parse.lisp @@ -402,7 +402,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