fix typo: march -> match
This commit is contained in:
parent
2020a312ca
commit
2821644553
1 changed files with 1 additions and 1 deletions
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…
Add table
Reference in a new issue