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

Function yymode

src/engine/scan.cpp:59–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 */
58
59int yymode( int n )
60{
61 int result = scanmode;
62 scanmode = n;
63 return result;
64}
65
66
67void yyerror( char const * s )

Callers 1

yyparseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected