Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
169
void prec_redeclared() {
170
error(lineno, 0, 0,
"conflicting %%prec specifiers"
);
171
}
172
173
void unterminated_action(int lineno, char *line, char *cptr) {
174
error(lineno, line, cptr,
"unterminated action"
);
Callers
1
mark_symbol
Function · 0.85
Calls
1
error
Function · 0.70
Tested by
no test coverage detected