[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.56 and 1.57

version 1.56, 2014/07/09 11:30:07 version 1.57, 2014/08/08 15:32:17
Line 28 
Line 28 
         const 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.56  
changed lines
  Added in v.1.57