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

Function tokenized_start

extern/btyacc/error.c:134–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134void tokenized_start(char *s) {
135 error(lineno, 0, 0, "the start symbol %s cannot be declared to be a token", s);
136}
137
138void retyped_warning(char *s) {
139 FileError("the type of %s has been redeclared", s);

Callers 1

declare_tokensFunction · 0.85

Calls 1

errorFunction · 0.70

Tested by

no test coverage detected