Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ parse_error
Function
parse_error
src/engine/function.c:2034–2037 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2032
static int current_line;
2033
2034
static void parse_error( char const * message )
2035
{
2036
out_printf(
"%s:%d: %s\n"
, current_file, current_line, message );
2037
}
2038
2039
2040
/*
Callers
2
parse_variable
Function · 0.85
balance_parentheses
Function · 0.85
Calls
1
out_printf
Function · 0.85
Tested by
no test coverage detected