]> git.cameronkatri.com Git - mandoc.git/blobdiff - libmdocml.h
Fixed clarity in libmdocml.c.
[mandoc.git] / libmdocml.h
index f8baa35b0873496007084671921fc6e79c20edb3..58c16a1f5c36aee25b15bdaa254bc3a57488cd5f 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: libmdocml.h,v 1.5 2008/11/23 22:30:53 kristaps Exp $ */
+/* $Id: libmdocml.h,v 1.6 2008/11/23 23:12:47 kristaps Exp $ */
 /*
  * Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
  *
@@ -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 {