Make locals without parent a non-fatal error

This commit is contained in:
ISSOtm
2020-02-18 18:15:27 +01:00
parent 12ef879860
commit 03fe077b41
2 changed files with 2 additions and 2 deletions

View File

@@ -526,7 +526,7 @@ void sym_AddLocalReloc(char const *tzSym)
sym_AddReloc(fullname);
} else {
fatalerror("Local label in main scope");
yyerror("Local label '%s' in main scope", tzSym);
}
}