fix typo: march -> match

master
matthias 2017-07-14 16:55:24 +02:00
parent 2020a312ca
commit 2821644553
1 changed files with 1 additions and 1 deletions

View File

@ -4927,7 +4927,7 @@ ST_FUNC void unary(void)
type_decl(&cur_type, &ad_tmp, &itmp, TYPE_ABSTRACT);
if (compare_types(&controlling_type, &cur_type, 0)) {
if (has_match) {
// tcc_error("type march twice");
// tcc_error("type match twice");
}
if (str)
tok_str_free(str);