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

Diff for /mandoc/mandoc.h between version 1.93 and 1.94

version 1.93, 2011/07/23 12:10:16 version 1.94, 2011/07/23 18:41:18
Line 110  enum mandocerr {
Line 110  enum mandocerr {
         MANDOCERR_ERROR, /* ===== start of errors ===== */          MANDOCERR_ERROR, /* ===== start of errors ===== */
   
         /* related to equations */          /* related to equations */
         MANDOCERR_EQNNEST, /* too many nested equation defines */  
         MANDOCERR_EQNNSCOPE, /* unexpected equation scope closure*/          MANDOCERR_EQNNSCOPE, /* unexpected equation scope closure*/
         MANDOCERR_EQNSCOPE, /* equation scope open on exit */          MANDOCERR_EQNSCOPE, /* equation scope open on exit */
         MANDOCERR_EQNBADSCOPE, /* overlapping equation scopes */          MANDOCERR_EQNBADSCOPE, /* overlapping equation scopes */
Line 358  struct eqn_box {
Line 357  struct eqn_box {
  * line and position.   * line and position.
  */   */
 struct  eqn {  struct  eqn {
           char             *name; /* identifier (or NULL) */
         struct eqn_box   *root; /* root mathematical expression */          struct eqn_box   *root; /* root mathematical expression */
         int               ln; /* invocation line */          int               ln; /* invocation line */
         int               pos; /* invocation position */          int               pos; /* invocation position */

Legend:
Removed from v.1.93  
changed lines
  Added in v.1.94

CVSweb