diff options
Diffstat (limited to 'src/cffc.hff')
| -rw-r--r-- | src/cffc.hff | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cffc.hff b/src/cffc.hff index 6ae2c6d..4735828 100644 --- a/src/cffc.hff +++ b/src/cffc.hff @@ -1,6 +1,7 @@ import "libc.hff"; import "mem.hff"; import "option.hff"; +import "idxmap.hff"; /// Types @@ -112,6 +113,7 @@ struct Type { enumty *const Type, tpargs [#]TeplArg, flds [#]AggField, + idxmap IdxMap, decls *Env, }, BitF struct { @@ -119,6 +121,7 @@ struct Type { name *const u8, id int, flds [#]BitFField, + idxmap IdxMap, }, VaList, }, |