Skip site navigation (1)Skip section navigation (2)


| raw e-mail | index | archive | help
This should just be:

int
yyerror(const char *s)
{
	errx(1, "%s:%d: %s", yyfile, yyline + 1, s);
}

errx is __dead2. See bin/expr/expr.y for an example of this in-tree.

Jess




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?>