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

Function unterminated_union

extern/btyacc/error.c:112–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112void unterminated_union(int lineno, char *line, char *cptr) {
113 error(lineno, line, cptr, "unterminated %%union");
114 exit(1);
115}
116
117void over_unionized(char *cptr) {
118 error(lineno, line, cptr, "too many %%union declarations");

Callers 1

copy_unionFunction · 0.85

Calls 1

errorFunction · 0.70

Tested by

no test coverage detected