aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libmdocml.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2008-11-25 12:14:02 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2008-11-25 12:14:02 +0000
commit9a10478e2be49a9146c290e65a6a5548490ab33e (patch)
tree1def9ff946331e9110cf3acf69158f83762d13f1 /libmdocml.h
parent3a3ae57b081ac2a9e8f62c99114b31267dd7ac88 (diff)
downloadmandoc-9a10478e2be49a9146c290e65a6a5548490ab33e.tar.gz
mandoc-9a10478e2be49a9146c290e65a6a5548490ab33e.tar.zst
mandoc-9a10478e2be49a9146c290e65a6a5548490ab33e.zip
Single call-back for filters.
Removed verbose flag. Added more macros and arguments.
Diffstat (limited to 'libmdocml.h')
-rw-r--r--libmdocml.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/libmdocml.h b/libmdocml.h
index 58c16a1f..221b751d 100644
--- a/libmdocml.h
+++ b/libmdocml.h
@@ -1,4 +1,4 @@
-/* $Id: libmdocml.h,v 1.6 2008/11/23 23:12:47 kristaps Exp $ */
+/* $Id: libmdocml.h,v 1.7 2008/11/25 12:14:02 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -42,8 +42,6 @@ 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
};
struct md_buf {