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

Diff for /mandoc/libman.h between version 1.51 and 1.53

version 1.51, 2011/03/23 15:33:57 version 1.53, 2011/07/18 07:48:14
Line 36  struct man {
Line 36  struct man {
         struct man_node *last; /* the last parsed node */          struct man_node *last; /* the last parsed node */
         struct man_node *first; /* the first parsed node */          struct man_node *first; /* the first parsed node */
         struct man_meta  meta; /* document meta-data */          struct man_meta  meta; /* document meta-data */
         struct regset   *regs; /* registers */          struct roff     *roff;
 };  };
   
 #define MACRO_PROT_ARGS   struct man *m, \  #define MACRO_PROT_ARGS   struct man *m, \

Legend:
Removed from v.1.51  
changed lines
  Added in v.1.53

CVSweb