aboutsummaryrefslogtreecommitdiff
path: root/src/cffc.hff
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2022-08-19 08:00:19 +0200
committerlemon <lsof@mailbox.org>2022-08-19 08:00:19 +0200
commit3481ab142293bd82fdd59e3ec86dd66352e457c3 (patch)
treea22bfef6fc5ce7b310ca5752b0765775d5bc921a /src/cffc.hff
parentc82ffed2326500d1df4058cf629f341190b84b89 (diff)
enum union size,align and enumty
Diffstat (limited to 'src/cffc.hff')
-rw-r--r--src/cffc.hff1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cffc.hff b/src/cffc.hff
index af5bd6a..eff95e4 100644
--- a/src/cffc.hff
+++ b/src/cffc.hff
@@ -100,6 +100,7 @@ struct Type {
name *const u8,
id int,
fwd bool,
+ enumty *const Type,
flds [#]AggField,
decls *Env,
},