Print full file path in error messages

This commit is contained in:
dbrotz
2018-12-06 22:59:24 -08:00
parent e25a4b0abc
commit a05fd9b818
3 changed files with 10 additions and 6 deletions

View File

@@ -42,7 +42,7 @@ void fstk_Dump(void);
void fstk_AddIncludePath(char *s);
uint32_t fstk_RunMacro(char *s);
void fstk_RunRept(uint32_t count);
FILE *fstk_FindFile(char *fname);
FILE *fstk_FindFile(char *fname, char **incPathUsed);
int32_t fstk_GetLine(void);
#endif /* RGBDS_ASM_FSTACK_H */