diff --git a/src/function.lisp b/src/function.lisp index 98a44971..c09155c2 100644 --- a/src/function.lisp +++ b/src/function.lisp @@ -96,7 +96,7 @@ if (!setjmp(fatal_lisp_error_handler)) { (list "result")))))) (format nil "~a {~%~a~%}~%" header - (format nil " if (!fatal_sbcl_error_occurred && !~a(fatal_lisp_error_handler)) { + (format nil " if (!fatal_sbcl_error_occurred && !~a((void **) fatal_lisp_error_handler)) { ~a } else { ~a