MCPcopy 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

2032static int current_line;
2033
2034static 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_variableFunction · 0.85
balance_parenthesesFunction · 0.85

Calls 1

out_printfFunction · 0.85

Tested by

no test coverage detected