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

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

version 1.77, 2010/05/16 19:08:11 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)",          "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.77  
changed lines
  Added in v.1.78

CVSweb