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

Diff for /mandoc/mandoc_parse.h between version 1.4 and 1.5

version 1.4, 2018/12/30 00:49:55 version 1.5, 2019/11/09 14:39:49
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.4  
changed lines
  Added in v.1.5

CVSweb