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

Function do_token_warning

src/engine/scan.cpp:239–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237#define yyendkeyword() if(use_new_scanner) break; else if ( 1 ) { expect_whitespace = 1; continue; } else (void)0
238
239void do_token_warning()
240{
241 out_printf( "%s:%d: %s %s\n", object_str( yylval.file ), yylval.line, "Unescaped special character in",
242 symdump( &yylval ) );
243}
244
245#define token_warning() has_token_warning = 1
246

Callers 1

yylexFunction · 0.85

Calls 3

out_printfFunction · 0.85
object_strFunction · 0.85
symdumpFunction · 0.85

Tested by

no test coverage detected