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

Function undefined_goal

extern/btyacc/error.c:212–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210}
211
212void undefined_goal(char *s) {
213 error(lineno, 0, 0, "the start symbol %s is undefined", s);
214}
215
216void undefined_symbol_warning(char *s) {
217 fprintf(stderr, "warning - the symbol %s is undefined\n", s);

Callers 1

check_symbolsFunction · 0.85

Calls 1

errorFunction · 0.70

Tested by

no test coverage detected