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

Function used_reserved

extern/btyacc/error.c:130–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130void used_reserved(char *s) {
131 error(lineno, 0, 0, "illegal use of reserved symbol %s", s);
132}
133
134void tokenized_start(char *s) {
135 error(lineno, 0, 0, "the start symbol %s cannot be declared to be a token", s);

Callers 1

get_nameFunction · 0.85

Calls 1

errorFunction · 0.70

Tested by

no test coverage detected