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

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

version 1.4, 2008/11/23 19:10:03 version 1.5, 2008/11/23 22:30:53
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)  #define MD_DBG_TREE     (1 << 0)/* Print the parse tree to stdout. */
 };  };
   
 struct  md_buf {  struct  md_buf {

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

CVSweb