Use automatic allocation for patches

This commit is contained in:
Rangi42
2024-02-22 15:34:49 -05:00
committed by Sylvie
parent 9140180c85
commit 72e9f55368
4 changed files with 60 additions and 74 deletions

View File

@@ -3,7 +3,6 @@
#ifndef RGBDS_ASM_OUTPUT_H
#define RGBDS_ASM_OUTPUT_H
#include <deque>
#include <stdint.h>
#include "linkdefs.hpp"
@@ -12,7 +11,6 @@ struct Expression;
struct FileStackNode;
extern const char *objectName;
extern std::deque<struct Section> sectionList;
void out_RegisterNode(struct FileStackNode *node);
void out_ReplaceNode(struct FileStackNode *node);