MCPcopy Create free account
hub / github.com/boostorg/build / parse_error

Function parse_error

src/engine/function.cpp:2218–2221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2216static int32_t current_line;
2217
2218static void parse_error( char const * message )
2219{
2220 out_printf( "%s:%d: %s\n", current_file, current_line, message );
2221}
2222
2223
2224/*

Callers 2

parse_variableFunction · 0.85
balance_parenthesesFunction · 0.85

Calls 1

out_printfFunction · 0.85

Tested by

no test coverage detected