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

Diff for /mandoc/mdoc.c between version 1.82 and 1.83

version 1.82, 2009/06/16 19:45:51 version 1.83, 2009/06/16 20:22:23
Line 99  static int    perr(struct mdoc *, int, int, enum merr)
Line 99  static int    perr(struct mdoc *, int, int, enum merr)
   
 #define verr(m, t) perr((m), (m)->last->line, (m)->last->pos, (t))  #define verr(m, t) perr((m), (m)->last->line, (m)->last->pos, (t))
   
 /*  
  * Get the first (root) node of the parse tree.  
  */  
 const struct mdoc_node *  const struct mdoc_node *
 mdoc_node(const struct mdoc *m)  mdoc_node(const struct mdoc *m)
 {  {
Line 644  macrowarn(struct mdoc *m, int ln, const char *buf)
Line 641  macrowarn(struct mdoc *m, int ln, const char *buf)
                                 "unknown macro: %s%s",                                  "unknown macro: %s%s",
                                 buf, strlen(buf) > 3 ? "..." : ""));                                  buf, strlen(buf) > 3 ? "..." : ""));
 }  }
   
   
   
 /*  /*

Legend:
Removed from v.1.82  
changed lines
  Added in v.1.83

CVSweb