X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/f112f081ce6342cac8aaa76066abd437028e89ae..9a10478e2be49a9146c290e65a6a5548490ab33e:/libmdocml.h diff --git a/libmdocml.h b/libmdocml.h index 7d760af8..221b751d 100644 --- a/libmdocml.h +++ b/libmdocml.h @@ -1,4 +1,4 @@ -/* $Id: libmdocml.h,v 1.4 2008/11/23 19:10:03 kristaps Exp $ */ +/* $Id: libmdocml.h,v 1.7 2008/11/25 12:14:02 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -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 << 0) }; struct md_buf {