MCPcopy 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

1981static int current_line;
1982
1983static 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_variableFunction · 0.85
balance_parenthesesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected