Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ illegal_character
Function
illegal_character
extern/btyacc/error.c:126–128 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
124
}
125
126
void illegal_character(char *cptr) {
127
error(lineno, line, cptr,
"illegal character"
);
128
}
129
130
void used_reserved(char *s) {
131
error(lineno, 0, 0,
"illegal use of reserved symbol %s"
, s);
Callers
1
get_literal
Function · 0.85
Calls
1
error
Function · 0.70
Tested by
no test coverage detected