1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-04-29 21:37:32 +00:00

Merge pull request #514 from Interlisp/cleanup-USHORT-bitfields

Remove USHORT and direct "unsigned short" uses in struct bitfields
This commit is contained in:
Nick Briggs
2024-10-15 19:27:13 -07:00
committed by GitHub
4 changed files with 90 additions and 93 deletions

View File

@@ -227,9 +227,6 @@ typedef unsigned char u_char;
typedef unsigned long u_int;
typedef unsigned short u_short;
#undef UNALIGNED_FETCH_OK
typedef unsigned USHORT;
#else
typedef unsigned short USHORT;
#endif /* DOS */
/****************************************************************/