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

Diff for /src/usr.bin/mandoc/mandoc_parse.h between version 1.3 and 1.4

version 1.3, 2018/12/30 00:48:47 version 1.4, 2019/11/09 14:39:42
Line 29 
Line 29 
 #define MPARSE_UTF8     (1 << 4)  /* accept UTF-8 input */  #define MPARSE_UTF8     (1 << 4)  /* accept UTF-8 input */
 #define MPARSE_LATIN1   (1 << 5)  /* accept ISO-LATIN-1 input */  #define MPARSE_LATIN1   (1 << 5)  /* accept ISO-LATIN-1 input */
 #define MPARSE_VALIDATE (1 << 6)  /* call validation functions */  #define MPARSE_VALIDATE (1 << 6)  /* call validation functions */
   #define MPARSE_COMMENT  (1 << 7)  /* save comments in the tree */
   
   
 struct  roff_meta;  struct  roff_meta;

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4