mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +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 << ": "
|
||||
<< err
|
||||
<< std::endl;
|
||||
exit(1);
|
||||
}
|
||||
|
||||
int yyparse(ClassCompiler *context);
|
||||
|
Loading…
x
Reference in New Issue
Block a user