Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ unknown_rhs
Function
unknown_rhs
extern/btyacc/error.c:204–206 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
202
}
203
204
void unknown_rhs(int i) {
205
error(lineno, 0, 0,
"$%d is untyped (out of range)"
, i);
206
}
207
208
void default_action_warning() {
209
FileError(
"the default action assigns an undefined value to $$"
);
Callers
2
compile_arg
Function · 0.85
copy_action
Function · 0.85
Calls
1
error
Function · 0.70
Tested by
no test coverage detected