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

Function terminal_lhs

extern/btyacc/error.c:165–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165void terminal_lhs(int lineno) {
166 error(lineno, 0, 0, "a token appears on the lhs of a production");
167}
168
169void prec_redeclared() {
170 error(lineno, 0, 0, "conflicting %%prec specifiers");

Callers 1

start_ruleFunction · 0.85

Calls 1

errorFunction · 0.70

Tested by

no test coverage detected