=================================================================== RCS file: /cvs/mandoc/Attic/libmdocml.h,v retrieving revision 1.3 retrieving revision 1.5 diff -u -p -r1.3 -r1.5 --- mandoc/Attic/libmdocml.h 2008/11/22 20:15:34 1.3 +++ mandoc/Attic/libmdocml.h 2008/11/23 22:30:53 1.5 @@ -1,4 +1,4 @@ -/* $Id: libmdocml.h,v 1.3 2008/11/22 20:15:34 kristaps Exp $ */ +/* $Id: libmdocml.h,v 1.5 2008/11/23 22:30:53 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -42,6 +42,8 @@ enum md_type { struct md_args { union md_params params;/* Parameters for 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 {