Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ used_reserved
Function
used_reserved
extern/btyacc/error.c:130–132 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
128
}
129
130
void used_reserved(char *s) {
131
error(lineno, 0, 0,
"illegal use of reserved symbol %s"
, s);
132
}
133
134
void tokenized_start(char *s) {
135
error(lineno, 0, 0,
"the start symbol %s cannot be declared to be a token"
, s);
Callers
1
get_name
Function · 0.85
Calls
1
error
Function · 0.70
Tested by
no test coverage detected