mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 02:32:06 +00:00
Implement more functionality
Macro arg detection, first emitted tokens, primitive (bad) column counting
This commit is contained in:
@@ -250,7 +250,8 @@ void fstk_Dump(void)
|
||||
pLastFile = pLastFile->next;
|
||||
}
|
||||
|
||||
fprintf(stderr, "%s(%" PRId32 ")", lexer_GetFileName(), lexer_GetLineNo());
|
||||
fprintf(stderr, "%s(%" PRId32 ",%" PRId32 ")",
|
||||
lexer_GetFileName(), lexer_GetLineNo(), lexer_GetColNo());
|
||||
}
|
||||
|
||||
void fstk_DumpToStr(char *buf, size_t buflen)
|
||||
|
||||
Reference in New Issue
Block a user