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

Diff for /src/usr.bin/mandoc/mdoc.h between version 1.38 and 1.39

version 1.38, 2010/12/21 23:57:31 version 1.39, 2010/12/26 21:04:19
Line 355 
Line 355 
         enum mdoc_auth    auth; /* -split, etc. */          enum mdoc_auth    auth; /* -split, etc. */
 };  };
   
   struct  mdoc_rs {
           struct mdoc_node *child_J; /* pointer to %J */
   };
   
 /*  /*
  * Consists of normalised node arguments.  These should be used instead   * Consists of normalised node arguments.  These should be used instead
  * of iterating through the mdoc_arg pointers of a node: defaults are   * of iterating through the mdoc_arg pointers of a node: defaults are
Line 365 
Line 369 
         struct mdoc_bd   *Bd;          struct mdoc_bd   *Bd;
         struct mdoc_bf   *Bf;          struct mdoc_bf   *Bf;
         struct mdoc_bl   *Bl;          struct mdoc_bl   *Bl;
           struct mdoc_rs   *Rs;
         struct tbl       *TS;          struct tbl       *TS;
 };  };
   

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39