diff --git a/src/gen/common/util.lisp b/src/gen/common/util.lisp index 77f79ca..c53b1d7 100644 --- a/src/gen/common/util.lisp +++ b/src/gen/common/util.lisp @@ -214,7 +214,7 @@ (:function-prototype (%overtype :void)) (:function-prototype-pointer (let ((overriden (%overtype :function-prototype-pointer))) (if (eq overriden :function-prototype-pointer) - (%overtype :void) + (list :pointer (%overtype :void)) (let ((result-type type) (param-types opts)) (list* overriden