mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Allow BANK() in constexpr expressions
This commit is contained in:
@@ -20,6 +20,8 @@ struct ConstExpression {
|
||||
};
|
||||
|
||||
void constexpr_Symbol(struct ConstExpression *expr, char *tzSym);
|
||||
void constexpr_BanksSymbol(struct ConstExpression *expr, char *tzSym);
|
||||
void constexpr_BankSection(struct ConstExpression *expr, char *tzSym);
|
||||
void constexpr_Number(struct ConstExpression *expr, int32_t i);
|
||||
void constexpr_UnaryOp(struct ConstExpression *expr,
|
||||
int32_t op,
|
||||
|
||||
Reference in New Issue
Block a user