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

Diff for /mandoc/mandoc.h between version 1.244 and 1.245

version 1.244, 2017/07/07 19:39:30 version 1.245, 2017/07/08 14:51:04
Line 402  struct eqn_box {
Line 402  struct eqn_box {
 };  };
   
 /*  /*
  * An equation consists of a tree of expressions starting at a given  
  * line and position.  
  */  
 struct  eqn {  
         char             *name; /* identifier (or NULL) */  
         struct eqn_box   *root; /* root mathematical expression */  
         int               ln; /* invocation line */  
         int               pos; /* invocation position */  
 };  
   
 /*  
  * Parse options.   * Parse options.
  */   */
 #define MPARSE_MDOC     1  /* assume -mdoc */  #define MPARSE_MDOC     1  /* assume -mdoc */

Legend:
Removed from v.1.244  
changed lines
  Added in v.1.245

CVSweb