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

Function dollar_warning

extern/btyacc/error.c:185–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185void dollar_warning(int a_lineno, int i) {
186 int slineno = lineno;
187 lineno = a_lineno;
188 FileError("$%d references beyond the end of the current rule", i);
189 lineno = slineno;
190}
191
192void dollar_error(int lineno, char *line, char *cptr) {
193 error(lineno, line, cptr, "illegal $-name");

Callers 2

compile_argFunction · 0.85
copy_actionFunction · 0.85

Calls 1

FileErrorFunction · 0.85

Tested by

no test coverage detected