41a42
> #include "systemc/ext/core/messages.hh"
206,209c207,208
< if (MaxTick - now < time.value()) {
< SC_REPORT_ERROR("(E544) simulation time value overflow, "
< "simulation aborted", "");
< }
---
> if (MaxTick - now < time.value())
> SC_REPORT_ERROR(SC_ID_SIMULATION_TIME_OVERFLOW_, "");
218,219c217
< SC_REPORT_ERROR("attempt to set sc_stop mode "
< "after start will be ignored", "");
---
> SC_REPORT_ERROR(SC_ID_STOP_MODE_AFTER_START_, "");
238c236
< SC_REPORT_WARNING("(W545) sc_stop has already been called", "");
---
> SC_REPORT_WARNING(SC_ID_SIMULATION_STOP_CALLED_TWICE_, "");