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

Diff for /mandoc/mdoc_man.c between version 1.90 and 1.91

version 1.90, 2015/04/02 22:48:17 version 1.91, 2015/04/02 23:48:20
Line 30 
Line 30 
 #include "out.h"  #include "out.h"
 #include "main.h"  #include "main.h"
   
 #define DECL_ARGS const struct mdoc_meta *meta, struct roff_node *n  #define DECL_ARGS const struct roff_meta *meta, struct roff_node *n
   
 struct  manact {  struct  manact {
         int             (*cond)(DECL_ARGS); /* DON'T run actions */          int             (*cond)(DECL_ARGS); /* DON'T run actions */
Line 547  man_man(void *arg, const struct man *man)
Line 547  man_man(void *arg, const struct man *man)
 void  void
 man_mdoc(void *arg, const struct mdoc *mdoc)  man_mdoc(void *arg, const struct mdoc *mdoc)
 {  {
         const struct mdoc_meta *meta;          const struct roff_meta *meta;
         struct roff_node *n;          struct roff_node *n;
   
         meta = mdoc_meta(mdoc);          meta = mdoc_meta(mdoc);

Legend:
Removed from v.1.90  
changed lines
  Added in v.1.91

CVSweb