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

Diff for /mandoc/Attic/libmdocml.h between version 1.5 and 1.6

version 1.5, 2008/11/23 22:30:53 version 1.6, 2008/11/23 23:12:47
Line 43  struct md_args {
Line 43  struct md_args {
         union md_params  params;/* Parameters for parser. */          union md_params  params;/* Parameters for parser. */
         enum md_type     type;  /* Type of parser. */          enum md_type     type;  /* Type of parser. */
         int              dbg;   /* Debug level. */          int              dbg;   /* Debug level. */
 #define MD_DBG_TREE     (1 << 0)/* Print the parse tree to stdout. */  #define MD_DBG_TREE      1
 };  };
   
 struct  md_buf {  struct  md_buf {

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

CVSweb