aboutsummaryrefslogtreecommitdiffhomepage
path: root/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'parse.h')
-rw-r--r--parse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse.h b/parse.h
index fd1cd20..d6da83f 100644
--- a/parse.h
+++ b/parse.h
@@ -168,7 +168,7 @@ enum storageclass {
};
struct decl {
- union type t;
+ union type ty;
uchar scls;
uchar qual;
ushort align;