X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/c07860afc55d0d49b9e920dca790b902b8d5cb15..1f7d590d9c7b87442c8d8b6424ed4f769d377692:/src/c-types-impl.lisp diff --git a/src/c-types-impl.lisp b/src/c-types-impl.lisp index b4f02e1..4a0f6e2 100644 --- a/src/c-types-impl.lisp +++ b/src/c-types-impl.lisp @@ -485,7 +485,7 @@ (list (argument-name arg) (argument-type arg)))) (c-function-arguments type)))) -(export '(fun function func fn)) +(export '(fun function () func fn)) (define-c-type-syntax fun (ret &rest args) "Return the type of functions which returns RET and has arguments ARGS.