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

C preprocessor strips out everything #60

Open
MatthewHambley opened this issue Apr 26, 2022 · 0 comments
Open

C preprocessor strips out everything #60

MatthewHambley opened this issue Apr 26, 2022 · 0 comments
Labels
bug Something isn't working discussion This issue needs further discussion

Comments

@MatthewHambley
Copy link
Collaborator

For expediency the C preprocessor strips out all directives. This allows us to ignore #ifdef thereby checking the
style of the whole file. Unfortunately it also tears out #include and #define meaning we loose functionality. Is there a better way to handle this?

@MatthewHambley MatthewHambley added bug Something isn't working discussion This issue needs further discussion labels Apr 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working discussion This issue needs further discussion
Projects
None yet
Development

No branches or pull requests

1 participant