Skip to content

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.

2 participants