minor simplification

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8225 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-08-29 21:57:18 +00:00
parent 879678338f
commit 450e4f51f4

View File

@ -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;