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

Diff for /src/usr.bin/mandoc/man.h between version 1.47 and 1.48

version 1.47, 2014/11/28 19:25:03 version 1.48, 2014/12/24 18:03:34
Line 99 
Line 99 
         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.47  
changed lines
  Added in v.1.48