| 1017 | } |
| 1018 | |
| 1019 | void Preprocessor::error(const simplecpp::Location& loc, const std::string &msg, simplecpp::Output::Type type) |
| 1020 | { |
| 1021 | error(loc, msg, simplecppErrToId(type)); |
| 1022 | } |
| 1023 | |
| 1024 | void Preprocessor::error(const simplecpp::Location& loc, const std::string &msg, const std::string& id) |
| 1025 | { |
no test coverage detected