mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Use std::string for symbol names
This commit is contained in:
@@ -11,8 +11,6 @@
|
||||
|
||||
#include "platform.hpp" // SSIZE_MAX
|
||||
|
||||
#include "asm/symbol.hpp" // MAXSYMLEN
|
||||
|
||||
#define MAXSTRLEN 255
|
||||
|
||||
#define LEXER_BUF_SIZE 42 // TODO: determine a sane value for this
|
||||
@@ -145,10 +143,6 @@ struct String {
|
||||
char string[MAXSTRLEN + 1];
|
||||
};
|
||||
|
||||
struct SymName {
|
||||
char symName[MAXSYMLEN + 1];
|
||||
};
|
||||
|
||||
void lexer_CheckRecursionDepth();
|
||||
char const *lexer_GetFileName();
|
||||
uint32_t lexer_GetLineNo();
|
||||
|
||||
Reference in New Issue
Block a user