Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't define CAML_NAME_SPACE, use mlvalues macros #929

Merged
merged 3 commits into from
Jun 21, 2022

Conversation

MisterDA
Copy link
Contributor

@MisterDA MisterDA commented Feb 4, 2022

CAML_NAME_SPACE has no more effect in 5.00 as all the functions are prefixed with caml_ and the old names were removed.
The mlvalues macros were introduced in 4.12 and help manipulating option and list values in C.

src/unix/lwt_config.h Outdated Show resolved Hide resolved
@MisterDA MisterDA force-pushed the 5.00-cleanups branch 2 times, most recently from dc5b105 to 3b75315 Compare February 9, 2022 11:03
@raphael-proust raphael-proust added the OCaml.5.0.0-readiness Getting the library ready for OCaml 5.0.0 label Jun 7, 2022
@raphael-proust
Copy link
Collaborator

Rebased and added entry to the CHANGES. Will merge once the CI passes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCaml.5.0.0-readiness Getting the library ready for OCaml 5.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants