Skip to content

Commit

Permalink
Merge pull request #131 from mirage/rename-freestanding
Browse files Browse the repository at this point in the history
ocaml-freestanding is renamed into ocaml-solo5 as well as __ocaml_freestanding__ into __ocaml_solo5__
  • Loading branch information
dinosaure authored Mar 26, 2022
2 parents 5edd0f3 + d1e1a69 commit 703a4e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-c/native/stubs.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#define Bytes_val(x) String_val(x)
#endif

#ifdef __ocaml_freestanding__
#if defined(__ocaml_freestanding__) || defined(__ocaml_solo5__)
#define __define_ba_update(name) \
CAMLprim value \
caml_digestif_ ## name ## _ba_update \
Expand Down

0 comments on commit 703a4e6

Please sign in to comment.