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

Function terminal_start

extern/btyacc/error.c:153–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151
152
153void terminal_start(char *s) {
154 error(lineno, 0, 0, "the start symbol %s is a token", s);
155}
156
157void restarted_warning() {
158 FileError("the start symbol has been redeclared");

Callers 2

declare_startFunction · 0.85
advance_to_startFunction · 0.85

Calls 1

errorFunction · 0.70

Tested by

no test coverage detected