39void fatalError(
const char *fmt, ...) __attribute__((noreturn));
char * file
The name of the file.
int row
The zero-based index of a line in the file.
void emitError(t_fileLocation loc, const char *fmt,...)
int numErrors
The number of errors logged by emitError up to now.
void fatalError(const char *fmt,...) __attribute__((noreturn))
Structure that represents a location in a file.