MCPcopy 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
181void bad_formals() {
182 error(lineno, 0, 0, "bad formal argument list");
183}
184
185void dollar_warning(int a_lineno, int i) {
186 int slineno = lineno;

Callers 1

parse_arginfoFunction · 0.85

Calls 1

errorFunction · 0.70

Tested by

no test coverage detected