diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2008-11-23 23:12:47 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2008-11-23 23:12:47 +0000 |
commit | c2801a5823080e3d673e3b728cef8ba4b05d212d (patch) | |
tree | 85525c9cd2405abb6dcb1809bcaf8ea6eae41ac0 /libmdocml.h | |
parent | f095187c59066df4a733b3186d41bc6f83ad3069 (diff) | |
download | mandoc-c2801a5823080e3d673e3b728cef8ba4b05d212d.tar.gz |
Fixed clarity in libmdocml.c.
Fixed debugging messages.
Diffstat (limited to 'libmdocml.h')
-rw-r--r-- | libmdocml.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmdocml.h b/libmdocml.h index c25602fa..139fb4b1 100644 --- a/libmdocml.h +++ b/libmdocml.h @@ -43,7 +43,7 @@ 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. */ +#define MD_DBG_TREE 1 }; struct md_buf { |