Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ unterminated_arglist
Function
unterminated_arglist
extern/btyacc/error.c:177–179 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
175
}
176
177
void unterminated_arglist(int lineno, char *line, char *cptr) {
178
error(lineno, line, cptr,
"unterminated argument list"
);
179
}
180
181
void bad_formals() {
182
error(lineno, 0, 0,
"bad formal argument list"
);
Callers
1
copy_args
Function · 0.85
Calls
1
error
Function · 0.70
Tested by
no test coverage detected