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

Diff for /src/usr.bin/mandoc/libmdoc.h between version 1.69 and 1.70

version 1.69, 2015/04/02 22:06:17 version 1.70, 2015/04/02 23:47:43
Line 40 
Line 40 
         struct roff_node *last; /* the last node parsed */          struct roff_node *last; /* the last node parsed */
         struct roff_node *first; /* the first node parsed */          struct roff_node *first; /* the first node parsed */
         struct roff_node *last_es; /* the most recent Es node */          struct roff_node *last_es; /* the most recent Es node */
         struct mdoc_meta  meta; /* document meta-data */          struct roff_meta  meta; /* document meta-data */
         enum roff_sec     lastnamed;          enum roff_sec     lastnamed;
         enum roff_sec     lastsec;          enum roff_sec     lastsec;
         struct roff      *roff;          struct roff      *roff;

Legend:
Removed from v.1.69  
changed lines
  Added in v.1.70