MCPcopy 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
177void unterminated_arglist(int lineno, char *line, char *cptr) {
178 error(lineno, line, cptr, "unterminated argument list");
179}
180
181void bad_formals() {
182 error(lineno, 0, 0, "bad formal argument list");

Callers 1

copy_argsFunction · 0.85

Calls 1

errorFunction · 0.70

Tested by

no test coverage detected