| ... | @@ -5293,12 +5293,12 @@ static void get_c_type(CodeGen *g, TypeTableEntry *type_entry, Buf *out_buf) { | ... | @@ -5293,12 +5293,12 @@ static void get_c_type(CodeGen *g, TypeTableEntry *type_entry, Buf *out_buf) { |
| 5293 | } | 5293 | } |
| 5294 | } | 5294 | } |
| 5295 | case TypeTableEntryIdStruct: | 5295 | case TypeTableEntryIdStruct: |
| | 5296 | case TypeTableEntryIdOpaque: |
| 5296 | { | 5297 | { |
| 5297 | // TODO add to table of structs we need to declare | 5298 | // TODO add to table of structs we need to declare |
| 5298 | buf_init_from_buf(out_buf, &type_entry->name); | 5299 | buf_init_from_buf(out_buf, &type_entry->name); |
| 5299 | return; | 5300 | return; |
| 5300 | } | 5301 | } |
| 5301 | case TypeTableEntryIdOpaque: | | |
| 5302 | case TypeTableEntryIdArray: | 5302 | case TypeTableEntryIdArray: |
| 5303 | case TypeTableEntryIdErrorUnion: | 5303 | case TypeTableEntryIdErrorUnion: |
| 5304 | case TypeTableEntryIdPureError: | 5304 | case TypeTableEntryIdPureError: |