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

Function yyinput_last_read_token

src/engine/scan.cpp:731–738  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

729 */
730
731void yyinput_last_read_token( OBJECT * * name, int * line )
732{
733 /* TODO: Consider whether and when we might want to report where the last
734 * read token ended, e.g. EOF errors inside string literals.
735 */
736 *name = yylval.file;
737 *line = yylval.line;
738}

Callers 1

parse_makeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected