fileline
error_prefix(int fileline)
if (!fileline || !source || !source->file ||
if (fileline && source && source->file != NULL) {
struct fileline *filep;
SIMPLEQ_ENTRY(fileline) fileentries;
SIMPLEQ_HEAD(, fileline) delqhead = SIMPLEQ_HEAD_INITIALIZER(delqhead);
struct fileline *linep;
if (!(linep = malloc(sizeof(struct fileline))))
struct fileline *del;
int fileline;
fileline = LineNumber;
Set_LineNum(fileline);