mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-22 19:22:05 +00:00
Make locals without parent a non-fatal error
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user