X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/a47b5b286ee7c98c16b4023e5d6954cfdd9faa88..489173a51e3020f7e0f73208c92ba0a03e21e048:/src/c-types-parse.lisp 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