--------------------------------------------------------------------------*/
| 6597 | |
| 6598 | /*--------------------------------------------------------------------------*/ |
| 6599 | void cmDependsJava_yyerror(yyscan_t yyscanner, const char* message) |
| 6600 | { |
| 6601 | yyGetParser->Error(message); |
| 6602 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…