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

Function over_unionized

extern/btyacc/error.c:117–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117void over_unionized(char *cptr) {
118 error(lineno, line, cptr, "too many %%union declarations");
119 exit(1);
120}
121
122void illegal_tag(int lineno, char *line, char *cptr) {
123 error(lineno, line, cptr, "illegal tag");

Callers 1

copy_unionFunction · 0.85

Calls 1

errorFunction · 0.70

Tested by

no test coverage detected