Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ bad_formals
Function
bad_formals
extern/btyacc/error.c:181–183 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
179
}
180
181
void bad_formals() {
182
error(lineno, 0, 0,
"bad formal argument list"
);
183
}
184
185
void dollar_warning(int a_lineno, int i) {
186
int slineno = lineno;
Callers
1
parse_arginfo
Function · 0.85
Calls
1
error
Function · 0.70
Tested by
no test coverage detected