mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-22 21:24:41 +02:00
parent
632026cd9f
commit
f85eacb5bf
@ -92,6 +92,7 @@ void yyerror(YYLTYPE *locp, ClassCompiler *, const char *err)
|
|||||||
std::cerr << "in " << locp->path << " at " << locp->first_line << ":" << locp->first_column << "-" << locp->last_line << ":" << locp->last_column << ": "
|
std::cerr << "in " << locp->path << " at " << locp->first_line << ":" << locp->first_column << "-" << locp->last_line << ":" << locp->last_column << ": "
|
||||||
<< err
|
<< err
|
||||||
<< std::endl;
|
<< std::endl;
|
||||||
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
int yyparse(ClassCompiler *context);
|
int yyparse(ClassCompiler *context);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user