The Wayback Machine - https://web.archive.org/web/20220413213733/https://github.com/ruby/ruby/pull/4568
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

Prefix ccan headers #4568

Merged
merged 8 commits into from Mar 30, 2022
Merged

Prefix ccan headers #4568

merged 8 commits into from Mar 30, 2022

Conversation

Copy link
Member

@nobu nobu commented Jun 14, 2021

Names defined in these header files are too generic, LIST_HEAD for instance conflicts with sys/queue.h on macOS.
To get rid of it, prefixed with ccan_/CCAN_.

@nobu nobu changed the title Prefixe ccan headers Prefix ccan headers Jun 14, 2021
@ioquatix
Copy link
Member

@ioquatix ioquatix commented Mar 30, 2022

I did several checks and can confirm that this change is limited to introducing the ccan_ prefix.

@ioquatix ioquatix merged commit 42a0bed into ruby:master Mar 30, 2022
83 of 84 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants