diff options
| author | 2022-08-19 08:00:19 +0200 | |
|---|---|---|
| committer | 2022-08-19 08:00:19 +0200 | |
| commit | 3481ab142293bd82fdd59e3ec86dd66352e457c3 (patch) | |
| tree | a22bfef6fc5ce7b310ca5752b0765775d5bc921a /src/cffc.hff | |
| parent | c82ffed2326500d1df4058cf629f341190b84b89 (diff) | |
enum union size,align and enumty
Diffstat (limited to 'src/cffc.hff')
| -rw-r--r-- | src/cffc.hff | 1 |
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, }, |