mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Comment and improve ParseSymbol and AppendMacroArg
This commit is contained in:
@@ -65,7 +65,7 @@ void lex_SetBuffer(char *buffer, uint32_t len);
|
||||
int yywrap(void);
|
||||
int yylex(void);
|
||||
void yyunput(char c);
|
||||
void yyunputstr(char *s);
|
||||
void yyunputstr(const char *s);
|
||||
void yyskipbytes(uint32_t count);
|
||||
void yyunputbytes(uint32_t count);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user