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

Portability Fixes #232

Merged
merged 1 commit into from
Sep 9, 2021
Merged

Portability Fixes #232

merged 1 commit into from
Sep 9, 2021

Conversation

donn
Copy link
Contributor

@donn donn commented Jul 31, 2021

These are a small number of changes that allow cvc to compile on more platforms.

  • malloc.h is not standard and was replaced with cstdlib
  • stdint-gcc.h has been superseded by cstdint
  • INTLLIBS added explicitly (not found on macOS otherwise)

This does not enable compilation using Clang: obstack just wouldn't have it. But it allows it to compile on macOS reasonably

@d-m-bailey
Copy link
Owner

@donn Thanks! I'll check the changes and probably merge them next week.

@d-m-bailey d-m-bailey merged commit d478f3c into d-m-bailey:master Sep 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants