Add doc-format support for bit_field

This commit is contained in:
gingerBill
2024-02-22 17:37:42 +00:00
parent 59479b2ba6
commit dcbcf75269
4 changed files with 35 additions and 7 deletions

View File

@@ -11174,7 +11174,6 @@ gb_internal gbString write_expr_to_string(gbString str, Ast *node, bool shorthan
}
str = write_expr_to_string(str, bf->fields[i], false);
}
return str;
}
str = gb_string_appendc(str, "}");
case_end;