Use automatic allocation for PURGE args

This commit is contained in:
Rangi42
2024-02-22 20:59:55 -05:00
committed by Sylvie
parent 6a23c5fd48
commit b1aa98b43d
2 changed files with 16 additions and 37 deletions

View File

@@ -95,11 +95,4 @@ struct DsArgList {
struct Expression *args;
};
#define INITIAL_PURGE_ARG_SIZE 2
struct PurgeArgList {
size_t nbArgs;
size_t capacity;
char **args;
};
#endif // RGBDS_ASM_LEXER_H