mirror of
https://github.com/mirror/tinycc.git
synced 2025-03-12 09:00:09 +08:00
fix typo: march -> match
This commit is contained in:
parent
2020a312ca
commit
2821644553
2
tccgen.c
2
tccgen.c
@ -4927,7 +4927,7 @@ ST_FUNC void unary(void)
|
|||||||
type_decl(&cur_type, &ad_tmp, &itmp, TYPE_ABSTRACT);
|
type_decl(&cur_type, &ad_tmp, &itmp, TYPE_ABSTRACT);
|
||||||
if (compare_types(&controlling_type, &cur_type, 0)) {
|
if (compare_types(&controlling_type, &cur_type, 0)) {
|
||||||
if (has_match) {
|
if (has_match) {
|
||||||
// tcc_error("type march twice");
|
// tcc_error("type match twice");
|
||||||
}
|
}
|
||||||
if (str)
|
if (str)
|
||||||
tok_str_free(str);
|
tok_str_free(str);
|
||||||
|
Loading…
Reference in New Issue
Block a user