#include <error.h>
Public Attributes | |
Gj_Error* | next |
A pointer to the next error in the queue. | |
Gj_Id | id |
The id of the error. | |
unsigned | time |
Holds the time when the error occured. | |
char* | sourcefile |
Contains the name of the source file. | |
int | sourceline |
Contains the line in the source file. |