mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 17:32:19 +00:00
minor simplification
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8225 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
879678338f
commit
450e4f51f4
@ -1,10 +1,7 @@
|
||||
typedef enum { FALSE, TRUE } flagT;
|
||||
|
||||
struct Word
|
||||
{
|
||||
struct Word {
|
||||
short bar;
|
||||
short baz;
|
||||
flagT final:1;
|
||||
int final:1;
|
||||
short quux;
|
||||
} *word_limit;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user