Skip to content
This repository was archived by the owner on Nov 4, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion parser.c
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ static void calculate_member_position(lua_State* L, struct parser* P, struct cty
* before the first bitfield. :0 finishes up the storage unit using
* the greater alignment of the storage unit or the type used with the
* :0. This is equivalent to the :0 always creating a new storage
* unit, but not necesserily using it yet.
* unit, but not necessarily using it yet.
*/

if (*pbitfield_type == -1 && mt->bit_size == 0) {
Expand Down