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

Diff for /mandoc/mandoc.h between version 1.56 and 1.57

version 1.56, 2011/02/06 22:02:58 version 1.57, 2011/02/09 09:05:52
Line 271  struct tbl_span {
Line 271  struct tbl_span {
 struct  eqn {  struct  eqn {
         size_t            sz;          size_t            sz;
         char             *data;          char             *data;
           int               line; /* invocation line */
           int               pos; /* invocation position */
 };  };
   
 /*  /*

Legend:
Removed from v.1.56  
changed lines
  Added in v.1.57

CVSweb