| 12636 | |
| 12637 | |
| 12638 | void das_yyfatalerror ( DAS_YYLTYPE * lloc, yyscan_t scanner, const string & error, CompilationError cerr ) { |
| 12639 | yyextra->g_Program->error(error,"","",LineInfo(yyextra->g_FileAccessStack.back(), |
| 12640 | lloc->first_column,lloc->first_line,lloc->last_column,lloc->last_line),cerr); |
| 12641 | } |
| 12642 | |
| 12643 | void das_yyerror ( DAS_YYLTYPE * lloc, yyscan_t scanner, const string & error ) { |
| 12644 | if ( !yyextra->das_suppress_errors ) { |
no test coverage detected