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

Fix the header guards #46

Open
oysteijo opened this issue Sep 13, 2022 · 1 comment
Open

Fix the header guards #46

oysteijo opened this issue Sep 13, 2022 · 1 comment
Labels
low priority Refactor/Cleanup Just a label for technical dept and refactorisation proposals and general code cleanup.

Comments

@oysteijo
Copy link
Owner

The header guards begins with __ which is reserved for the POSIX standard.

I think this can be fixed with a hack:

find . -name '*.h' -exec sed -i -e 's/__\([A-Z_]*\)_H__/\1_INCLUDED/g' {} \;

Not sure that this is a big issue.

@oysteijo oysteijo added low priority Refactor/Cleanup Just a label for technical dept and refactorisation proposals and general code cleanup. labels Sep 13, 2022
@oysteijo
Copy link
Owner Author

This also goes for npy_array library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
low priority Refactor/Cleanup Just a label for technical dept and refactorisation proposals and general code cleanup.
Projects
None yet
Development

No branches or pull requests

1 participant