[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.7

version 1.5, 2008/11/23 22:30:53 version 1.7, 2008/11/25 12:14:02
Line 42  enum md_type {
Line 42  enum md_type {
 struct  md_args {  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. */  
 #define MD_DBG_TREE     (1 << 0)/* Print the parse tree to stdout. */  
 };  };
   
 struct  md_buf {  struct  md_buf {

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

CVSweb