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 BITS_PER_LONG reference #53

Merged
merged 4 commits into from
Nov 7, 2024
Merged

Remove BITS_PER_LONG reference #53

merged 4 commits into from
Nov 7, 2024

Conversation

Letme
Copy link
Member

@Letme Letme commented Nov 7, 2024

Last refactoring managed to remove dependency on BITS_PER_LONG macro as GENMASK was simplified. The BITS_PER_LONG was still used in documentation and check in header file forcing users to define a macro value which is then anyway not used.

Additionally some whitespace fixup was also performed.

Closes #52

Last refactoring managed to remove dependency on BITS_PER_LONG macro as
GENMASK was simplified. The BITS_PER_LONG was still used in
documentation and check in header file forcing users to define a macro
value which is then anyway not used.
It was decided that next version will be 1.0.0 instead of 0.32 so that is now reflected
@Letme Letme requested review from slavysis and pietvr November 7, 2024 10:05
@Letme Letme merged commit 9a73108 into master Nov 7, 2024
23 checks passed
@Letme Letme deleted the remove_bits_per_long branch November 7, 2024 14:49
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.

Remove requirement to define BITS_PER_LONG
2 participants