diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2008-11-23 19:10:03 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2008-11-23 19:10:03 +0000 |
commit | 5d62a0caa37dd565a226a702645ccc3451560085 (patch) | |
tree | dc16ae31fa008e2961605195737dfcca47794d0b /libmdocml.h | |
parent | 2002d48e23de84408230d563b44e992dd74457eb (diff) | |
download | mandoc-5d62a0caa37dd565a226a702645ccc3451560085.tar.gz |
Initial support for Sh.
Debugging things (will be changed out).
Diffstat (limited to 'libmdocml.h')
-rw-r--r-- | libmdocml.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libmdocml.h b/libmdocml.h index 5d7e9727..6b96094d 100644 --- a/libmdocml.h +++ b/libmdocml.h @@ -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) }; struct md_buf { |