| author | |
| committer | |
| log | 3d8328abceba086ff502f38c6353792f7c590f1c |
| tree | 60f17aaca2342c72fc587217a4d2cb2ff78a6b3d |
| parent | 357f42da6c2f158fff2afa28a56b7e0e7a8a5963 |
Fixes https://github.com/ziglang/zig/issues/42721 files changed, 1 insertions(+), 0 deletions(-)
src/codegen.cpp+1| ... | @@ -9787,6 +9787,7 @@ static void prepend_c_type_to_decl_list(CodeGen *g, GenH *gen_h, ZigType *type_e | ... | @@ -9787,6 +9787,7 @@ static void prepend_c_type_to_decl_list(CodeGen *g, GenH *gen_h, ZigType *type_e |
| 9787 | zig_unreachable(); | 9787 | zig_unreachable(); |
| 9788 | case ZigTypeIdVoid: | 9788 | case ZigTypeIdVoid: |
| 9789 | case ZigTypeIdUnreachable: | 9789 | case ZigTypeIdUnreachable: |
| 9790 | return; | ||
| 9790 | case ZigTypeIdBool: | 9791 | case ZigTypeIdBool: |
| 9791 | g->c_want_stdbool = true; | 9792 | g->c_want_stdbool = true; |
| 9792 | return; | 9793 | return; |