MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / prec_redeclared

Function prec_redeclared

extern/btyacc/error.c:169–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169void prec_redeclared() {
170 error(lineno, 0, 0, "conflicting %%prec specifiers");
171}
172
173void unterminated_action(int lineno, char *line, char *cptr) {
174 error(lineno, line, cptr, "unterminated action");

Callers 1

mark_symbolFunction · 0.85

Calls 1

errorFunction · 0.70

Tested by

no test coverage detected