File: msg1.cc

package info (click to toggle)
simrisc 14.02.00-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,888 kB
  • sloc: cpp: 5,090; makefile: 110; fortran: 107; ansic: 79; sh: 79
file content (7 lines) | stat: -rw-r--r-- 136 bytes parent folder | download
1
2
3
4
5
6
7
//#define XERR
#include "err.ih"

ostream &Err::msg(Plain plain)              // no line context
{
    return emsg << s_plain[plain];
}