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

Function illegal_character

extern/btyacc/error.c:126–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126void illegal_character(char *cptr) {
127 error(lineno, line, cptr, "illegal character");
128}
129
130void used_reserved(char *s) {
131 error(lineno, 0, 0, "illegal use of reserved symbol %s", s);

Callers 1

get_literalFunction · 0.85

Calls 1

errorFunction · 0.70

Tested by

no test coverage detected