Bit-width fields should be of type 'int'.
This commit is contained in:
parent
9739527ffb
commit
19074b91d3
@ -50,7 +50,7 @@
|
||||
typedef struct ListNode {
|
||||
struct ListNode *prevPtr; /* previous element in list */
|
||||
struct ListNode *nextPtr; /* next in list */
|
||||
short useCount:8, /* Count of functions using the node.
|
||||
int useCount:8, /* Count of functions using the node.
|
||||
* node may not be deleted until count
|
||||
* goes to 0 */
|
||||
flags:8; /* Node status flags */
|
||||
|
Loading…
x
Reference in New Issue
Block a user