diff options
| author | gingerBill <bill@gingerbill.org> | 2019-03-11 19:52:40 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2019-03-11 19:52:40 +0000 |
| commit | bdab5e00da6dee80b7582135815f2183def935bb (patch) | |
| tree | 12dbb8aca86abc28c9b613aece80b02883436e5a /src/types.cpp | |
| parent | e781056df17a897073da14b3abdaf6282837fc20 (diff) | |
Minor code clean up
Diffstat (limited to 'src/types.cpp')
| -rw-r--r-- | src/types.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/types.cpp b/src/types.cpp index c6886e984..5aa2ab6e1 100644 --- a/src/types.cpp +++ b/src/types.cpp @@ -198,6 +198,7 @@ struct TypeUnion { bool has_proc_default_values; \ bool has_named_results; \ bool diverging; /* no return */ \ + u64 tags; \ isize specialization_count; \ ProcCallingConvention calling_convention; \ }) \ |