Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
117
void over_unionized(char *cptr) {
118
error(lineno, line, cptr,
"too many %%union declarations"
);
119
exit(1);
120
}
121
122
void illegal_tag(int lineno, char *line, char *cptr) {
123
error(lineno, line, cptr,
"illegal tag"
);
Callers
1
copy_union
Function · 0.85
Calls
1
error
Function · 0.70
Tested by
no test coverage detected