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

remove usage of __ prefix for include guard #69

Closed
wants to merge 1 commit into from
Closed

remove usage of __ prefix for include guard #69

wants to merge 1 commit into from

Conversation

slightlyeepy
Copy link
Contributor

__(something) is reserved for the C standard, implementation or compiler.

according to the C99/C11 standards, 7.1.3 Reserved identifiers,

All identifiers that begin with an underscore and either an uppercase letter or another
underscore are always reserved for any use.

@adsr
Copy link
Contributor

adsr commented Jun 1, 2024

Thanks @iusevoidbtw. There are 2 awk commands in the Makefile that look for __TERMBOX_H. Can you update those?

@adsr
Copy link
Contributor

adsr commented Jun 8, 2024

Added in 1974ba8

@adsr adsr closed this Jun 8, 2024
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.

2 participants