aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libmdocml.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2008-11-23 19:10:03 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2008-11-23 19:10:03 +0000
commitf112f081ce6342cac8aaa76066abd437028e89ae (patch)
tree5904b8960b75a0996618fa1add5ce427149e9d89 /libmdocml.h
parentdb7d65ce12b3c123e790060a4a62e61637bf6d9b (diff)
downloadmandoc-f112f081ce6342cac8aaa76066abd437028e89ae.tar.gz
mandoc-f112f081ce6342cac8aaa76066abd437028e89ae.tar.zst
mandoc-f112f081ce6342cac8aaa76066abd437028e89ae.zip
Initial support for Sh.
Debugging things (will be changed out).
Diffstat (limited to 'libmdocml.h')
-rw-r--r--libmdocml.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libmdocml.h b/libmdocml.h
index 60ea7f8f..7d760af8 100644
--- a/libmdocml.h
+++ b/libmdocml.h
@@ -1,4 +1,4 @@
-/* $Id: libmdocml.h,v 1.3 2008/11/22 20:15:34 kristaps Exp $ */
+/* $Id: libmdocml.h,v 1.4 2008/11/23 19:10:03 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -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 {