Use automatic allocation for sections

This commit is contained in:
Rangi42
2024-02-22 15:04:52 -05:00
committed by Sylvie
parent e022adf4a0
commit 9140180c85
3 changed files with 52 additions and 58 deletions

View File

@@ -12,7 +12,7 @@ struct Expression;
struct FileStackNode;
extern const char *objectName;
extern std::deque<struct Section *> sectionList;
extern std::deque<struct Section> sectionList;
void out_RegisterNode(struct FileStackNode *node);
void out_ReplaceNode(struct FileStackNode *node);