Skip to content

Commit

Permalink
fix unknown sym
Browse files Browse the repository at this point in the history
  • Loading branch information
mbekkomo committed Jun 16, 2024
1 parent a1a1696 commit 0fdadde
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/cyclone/scheme-inexact.c.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff --git a/scheme/inexact.c b/scheme/inexact.c
index 3fb6a83b..32137b9d 100644
--- a/scheme/inexact.c
+++ b/scheme/inexact.c
@@ -110,6 +110,7 @@ if (obj_is_not_closure(clo)) { \
}}

#include "cyclone/types.h"
+_Complex double clog(_Complex double);
object __glo_lib_91init_117schemeinexact_scheme_inexact = NULL;
object __glo_atan_scheme_inexact = NULL;
object __glo_atan1_scheme_inexact = NULL;

0 comments on commit 0fdadde

Please sign in to comment.