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 USHORT and direct "unsigned short" uses in struct bitfields #514

Merged
merged 2 commits into from
Oct 16, 2024

Conversation

nbriggs
Copy link
Collaborator

@nbriggs nbriggs commented Oct 14, 2024

Replace all USHORT and "unsigned short" usage for bit-field declarations by DLword which better represents
the intent of the definitions.

USHORT unnecessarily duplicates the DLword type that represents a
single Lisp 16-bit word.
Where bit-fields are defined in a structure that represents a Lisp
DLword object the DLword type is now used as the base type instead of
"unsigned short".
@nbriggs nbriggs merged commit 0c7b1cc into master Oct 16, 2024
@nbriggs nbriggs deleted the cleanup-USHORT-bitfields branch December 3, 2024 17: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.

1 participant