X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/b0ff693c25bf81f935efa15a44fdad6ce95e9f91..c07860afc55d0d49b9e920dca790b902b8d5cb15:/src/c-types-impl.lisp diff --git a/src/c-types-impl.lisp b/src/c-types-impl.lisp index be2c055..b4f02e1 100644 --- a/src/c-types-impl.lisp +++ b/src/c-types-impl.lisp @@ -431,6 +431,7 @@ (make-instance 'c-function-type :subtype subtype :arguments (if (and arguments (null (cdr arguments)) + (not (eq (car arguments) :ellipsis)) (eq (argument-type (car arguments)) c-type-void)) nil