Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
165
void terminal_lhs(int lineno) {
166
error(lineno, 0, 0,
"a token appears on the lhs of a production"
);
167
}
168
169
void prec_redeclared() {
170
error(lineno, 0, 0,
"conflicting %%prec specifiers"
);
Callers
1
start_rule
Function · 0.85
Calls
1
error
Function · 0.70
Tested by
no test coverage detected