[BACK]Return to mdoc_man.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/mdoc_man.c between version 1.88 and 1.89

version 1.88, 2015/04/02 22:06:17 version 1.89, 2015/04/02 23:47:43
Line 28 
Line 28 
 #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 545 
Line 545 
 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.88  
changed lines
  Added in v.1.89