MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / unknown_rhs

Function unknown_rhs

extern/btyacc/error.c:204–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204void unknown_rhs(int i) {
205 error(lineno, 0, 0, "$%d is untyped (out of range)", i);
206}
207
208void default_action_warning() {
209 FileError("the default action assigns an undefined value to $$");

Callers 2

compile_argFunction · 0.85
copy_actionFunction · 0.85

Calls 1

errorFunction · 0.70

Tested by

no test coverage detected