2013-04-10 22:49:22 +02:00
|
|
|
|
|
|
|
#include "nullerrorhandler.hpp"
|
|
|
|
|
|
|
|
void Compiler::NullErrorHandler::report (const std::string& message, const TokenLoc& loc, Type type) {}
|
|
|
|
|
2015-03-11 10:54:45 -04:00
|
|
|
void Compiler::NullErrorHandler::report (const std::string& message, Type type) {}
|