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

Diff for /mandoc/man.h between version 1.67 and 1.68

version 1.67, 2014/12/01 04:05:32 version 1.68, 2014/12/24 18:04:10
Line 99  struct man_node {
Line 99  struct man_node {
         struct man_node *body; /* BLOCK node BODY ptr */          struct man_node *body; /* BLOCK node BODY ptr */
         const struct tbl_span *span; /* TBL */          const struct tbl_span *span; /* TBL */
         const struct eqn *eqn; /* EQN */          const struct eqn *eqn; /* EQN */
           int              aux; /* decoded node data, type-dependent */
 };  };
   
 /* Names of macros.  Index is enum mant. */  /* Names of macros.  Index is enum mant. */

Legend:
Removed from v.1.67  
changed lines
  Added in v.1.68

CVSweb