Skip to content

Fix the build for C23 #1597

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Fix the build for C23 #1597

wants to merge 3 commits into from

Conversation

fpagliughi
Copy link
Contributor

This fixes #1576 to remove the 'bool' typedef since bool is now a keyword in C23. In the code the type is renamed to bit

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.

Since C23 bool is keyword
2 participants