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

Diff for /mandoc/mandoc.h between version 1.87 and 1.88

version 1.87, 2011/07/21 14:13:00 version 1.88, 2011/07/21 15:21:13
Line 322  enum eqn_post {
Line 322  enum eqn_post {
  * grammar.   * grammar.
  */   */
 struct  eqn_box {  struct  eqn_box {
           int               size; /* font size of expression */
   #define EQN_DEFSIZE       INT_MIN
         enum eqn_boxt     type; /* type of node */          enum eqn_boxt     type; /* type of node */
         struct eqn_box   *child; /* child node */          struct eqn_box   *child; /* child node */
         struct eqn_box   *next; /* next in tree */          struct eqn_box   *next; /* next in tree */

Legend:
Removed from v.1.87  
changed lines
  Added in v.1.88

CVSweb