Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ parse_error
Function
parse_error
v2/engine/function.c:1983–1986 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1981
static int current_line;
1982
1983
static void parse_error( char const * message )
1984
{
1985
printf(
"%s:%d: %s\n"
, current_file, current_line, message );
1986
}
1987
1988
1989
/*
Callers
2
parse_variable
Function · 0.85
balance_parentheses
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected