mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 10:42:07 +00:00
Merge pull request #466 from AntonioND/an/warning
Fix declaration of constexpr_BankSymbol()
This commit is contained in:
@@ -20,7 +20,7 @@ struct ConstExpression {
|
|||||||
};
|
};
|
||||||
|
|
||||||
void constexpr_Symbol(struct ConstExpression *expr, char *tzSym);
|
void constexpr_Symbol(struct ConstExpression *expr, char *tzSym);
|
||||||
void constexpr_BanksSymbol(struct ConstExpression *expr, char *tzSym);
|
void constexpr_BankSymbol(struct ConstExpression *expr, char *tzSym);
|
||||||
void constexpr_BankSection(struct ConstExpression *expr, char *tzSym);
|
void constexpr_BankSection(struct ConstExpression *expr, char *tzSym);
|
||||||
void constexpr_Number(struct ConstExpression *expr, int32_t i);
|
void constexpr_Number(struct ConstExpression *expr, int32_t i);
|
||||||
void constexpr_UnaryOp(struct ConstExpression *expr,
|
void constexpr_UnaryOp(struct ConstExpression *expr,
|
||||||
|
|||||||
Reference in New Issue
Block a user