More anonymous unions.
This commit is contained in:
parent
35d95baea2
commit
285b4f85c0
4 changed files with 31 additions and 31 deletions
|
|
@ -36,9 +36,9 @@ struct Re
|
|||
{
|
||||
Rune lo;
|
||||
Rune hi;
|
||||
};
|
||||
} x;
|
||||
Rune val; /* char */
|
||||
};
|
||||
} u;
|
||||
Re* next;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue