MCPcopy 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
192void dollar_error(int lineno, char *line, char *cptr) {
193 error(lineno, line, cptr, "illegal $-name");
194}
195
196void untyped_lhs() {
197 error(lineno, 0, 0, "$$ is untyped");

Callers 2

compile_argFunction · 0.85
copy_actionFunction · 0.85

Calls 1

errorFunction · 0.70

Tested by

no test coverage detected