mirror of
https://github.com/gbdev/rgbds.git
synced 2026-01-21 16:01:52 +00:00
Some miscellaneous refactoring and copy-editing
This commit is contained in:
@@ -566,9 +566,7 @@ std::string sym_MakeAnonLabelName(uint32_t ofs, bool neg) {
|
||||
}
|
||||
}
|
||||
|
||||
std::string anon("!");
|
||||
anon += std::to_string(id);
|
||||
return anon;
|
||||
return "!"s + std::to_string(id);
|
||||
}
|
||||
|
||||
void sym_Export(std::string const &symName) {
|
||||
|
||||
Reference in New Issue
Block a user