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

Function illegal_tag

extern/btyacc/error.c:122–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122void illegal_tag(int lineno, char *line, char *cptr) {
123 error(lineno, line, cptr, "illegal tag");
124}
125
126void illegal_character(char *cptr) {
127 error(lineno, line, cptr, "illegal character");

Callers 2

get_tagFunction · 0.85
compile_argFunction · 0.85

Calls 1

errorFunction · 0.70

Tested by

no test coverage detected