mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 01:28:20 +00:00
Renaming InternalAnalyzerError to AnalyzerError.
This is to avoid confusion when we abort and when not: InternalError() aborts; AnalyzerError() does not.
This commit is contained in:
parent
d6855dc4eb
commit
8e18f9d59e
14 changed files with 29 additions and 29 deletions
|
@ -137,7 +137,7 @@ void Reporter::InternalError(const char* fmt, ...)
|
|||
abort();
|
||||
}
|
||||
|
||||
void Reporter::InternalAnalyzerError(analyzer::Analyzer* a, const char* fmt,
|
||||
void Reporter::AnalyzerError(analyzer::Analyzer* a, const char* fmt,
|
||||
...)
|
||||
{
|
||||
if ( a )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue