From f112f081ce6342cac8aaa76066abd437028e89ae Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sun, 23 Nov 2008 19:10:03 +0000 Subject: Initial support for Sh. Debugging things (will be changed out). --- libmdocml.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libmdocml.h') 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 * @@ -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 { -- cgit v1.2.3