[BACK]Return to main.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/main.c between version 1.76 and 1.78

version 1.76, 2010/05/16 10:59:36 version 1.78, 2010/05/16 22:28:33
Line 798  mwarn(void *arg, int line, int col, const char *msg)
Line 798  mwarn(void *arg, int line, int col, const char *msg)
 static  const char * const      mandocerrs[MANDOCERR_MAX] = {  static  const char * const      mandocerrs[MANDOCERR_MAX] = {
         "ok",          "ok",
         "multi-line scope open on exit",          "multi-line scope open on exit",
         "request for scope closure when no matching scope is open",          "request for scope closure when no matching scope is open: ignored",
           "macro requires line argument(s): ignored",
         "line arguments will be lost",          "line arguments will be lost",
         "memory exhausted"          "memory exhausted"
 };  };

Legend:
Removed from v.1.76  
changed lines
  Added in v.1.78

CVSweb