Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ dollar_error
Function
dollar_error
extern/btyacc/error.c:192–194 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
190
}
191
192
void dollar_error(int lineno, char *line, char *cptr) {
193
error(lineno, line, cptr,
"illegal $-name"
);
194
}
195
196
void untyped_lhs() {
197
error(lineno, 0, 0,
"$$ is untyped"
);
Callers
2
compile_arg
Function · 0.85
copy_action
Function · 0.85
Calls
1
error
Function · 0.70
Tested by
no test coverage detected