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

Add in #ifdef, #ifndef, etc #38

Open
metallicafan212 opened this issue May 25, 2020 · 0 comments
Open

Add in #ifdef, #ifndef, etc #38

metallicafan212 opened this issue May 25, 2020 · 0 comments
Labels
enhancement New feature or request Version 4 Things to fix/add after Version 3
Milestone

Comments

@metallicafan212
Copy link
Owner

This will be easy, as #define is treated as a macro and blank macros are still compiled, as they're blank.

All #ifdef and #ifndef would have to do is see if a macro with that name exists.

@metallicafan212 metallicafan212 added enhancement New feature or request Version 4 Things to fix/add after Version 3 labels May 25, 2020
@AdamJD01 AdamJD01 added Version 2 Features/bugs to fix after the first public release and removed Version 4 Things to fix/add after Version 3 labels Nov 1, 2021
@AdamJD01 AdamJD01 added this to the Version 2 milestone Nov 1, 2021
@metallicafan212 metallicafan212 added Version 3 Things to fix/add after the discord wide release and removed Version 2 Features/bugs to fix after the first public release labels Nov 7, 2021
@metallicafan212 metallicafan212 modified the milestones: Version 2, Version 3 Nov 7, 2021
@AdamJD01 AdamJD01 added Version 4 Things to fix/add after Version 3 and removed Version 3 Things to fix/add after the discord wide release labels Aug 6, 2023
@AdamJD01 AdamJD01 modified the milestones: Version 3, Version 4 Aug 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Version 4 Things to fix/add after Version 3
Projects
None yet
Development

No branches or pull requests

2 participants