Skip to content

Commit

Permalink
Add cast
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-s committed Jul 5, 2024
1 parent 2c769f4 commit 8d99e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/function.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8d99e39

Please sign in to comment.