Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ unexpected_EOF
Function
unexpected_EOF
extern/btyacc/error.c:47–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
46
47
void unexpected_EOF()
48
{
49
FileError(
"unexpected end-of-file"
);
50
done(1);
51
}
52
53
54
void print_pos(char *st_line, char *st_cptr)
Callers
8
copy_ident
Function · 0.85
get_tag
Function · 0.85
declare_tokens
Function · 0.85
declare_argtypes
Function · 0.85
declare_types
Function · 0.85
declare_start
Function · 0.85
read_declarations
Function · 0.85
advance_to_start
Function · 0.85
Calls
2
FileError
Function · 0.85
done
Function · 0.70
Tested by
no test coverage detected