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

Undefined temporary preproc macro HIBYTE #1772

Merged
merged 1 commit into from
Sep 7, 2022

Conversation

LOuroboros
Copy link
Contributor

Description

Earlier, I noticed that there's a macro used in src/pokeball.c that is never undefined.
I looked around, and it seems to be good practice to #undef a local preproc macro after it served its purpose in the off chance that a function that is compiled after the function/s in which it was used also make use of a macro with the same name 👀

Discord contact info

Lunos#4026

@GriffinRichards GriffinRichards merged commit c5e1fea into pret:master Sep 7, 2022
@LOuroboros LOuroboros deleted the patch-1 branch September 7, 2022 20:51
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