Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
122
void illegal_tag(int lineno, char *line, char *cptr) {
123
error(lineno, line, cptr,
"illegal tag"
);
124
}
125
126
void illegal_character(char *cptr) {
127
error(lineno, line, cptr,
"illegal character"
);
Callers
2
get_tag
Function · 0.85
compile_arg
Function · 0.85
Calls
1
error
Function · 0.70
Tested by
no test coverage detected