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

Diff for /mandoc/libmdoc.h between version 1.85 and 1.87

version 1.85, 2014/07/02 03:48:07 version 1.87, 2014/07/30 21:18:24
Line 25  enum mdoc_next {
Line 25  enum mdoc_next {
   
 struct  mdoc {  struct  mdoc {
         struct mparse    *parse; /* parse pointer */          struct mparse    *parse; /* parse pointer */
         char             *defos; /* default argument for .Os */          const char       *defos; /* default argument for .Os */
         int               quick; /* abort parse early */          int               quick; /* abort parse early */
         int               flags; /* parse flags */          int               flags; /* parse flags */
 #define MDOC_HALT        (1 << 0) /* error in parse: halt */  
 #define MDOC_LITERAL     (1 << 1) /* in a literal scope */  #define MDOC_LITERAL     (1 << 1) /* in a literal scope */
 #define MDOC_PBODY       (1 << 2) /* in the document body */  #define MDOC_PBODY       (1 << 2) /* in the document body */
 #define MDOC_NEWLINE     (1 << 3) /* first macro/text in a line */  #define MDOC_NEWLINE     (1 << 3) /* first macro/text in a line */

Legend:
Removed from v.1.85  
changed lines
  Added in v.1.87

CVSweb