Rename out_ functions in section.c to sect_

More consistent with convention used everywhere, and makes it easier to
know which file the functions come from.
This commit is contained in:
ISSOtm
2021-05-03 12:21:07 +02:00
parent 75ce230dce
commit 8bbafb7200
4 changed files with 191 additions and 194 deletions

View File

@@ -185,7 +185,7 @@ void rpn_BankSection(struct Expression *expr, char const *sectionName)
{
rpn_Init(expr);
struct Section *section = out_FindSectionByName(sectionName);
struct Section *section = sect_FindSectionByName(sectionName);
if (section && section->bank != (uint32_t)-1) {
expr->val = section->bank;