X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/c07860afc55d0d49b9e920dca790b902b8d5cb15..2ba6e0bde273dd3fd6c1288f53edf7b96f6442d1:/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.