mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Return a marker token at the end of any buffer
Removes the lexer hack mentioned in #778
This commit is contained in:
@@ -81,6 +81,7 @@ struct CaptureBody {
|
||||
uint32_t lineNo;
|
||||
char *body;
|
||||
size_t size;
|
||||
bool unterminated;
|
||||
};
|
||||
|
||||
char const *lexer_GetFileName(void);
|
||||
|
||||
Reference in New Issue
Block a user