=================================================================== RCS file: /cvs/mandoc/Attic/mdocml.c,v retrieving revision 1.45 retrieving revision 1.46 diff -u -p -r1.45 -r1.46 --- mandoc/Attic/mdocml.c 2009/01/16 11:50:54 1.45 +++ mandoc/Attic/mdocml.c 2009/01/16 14:15:12 1.46 @@ -1,4 +1,4 @@ -/* $Id: mdocml.c,v 1.45 2009/01/16 11:50:54 kristaps Exp $ */ +/* $Id: mdocml.c,v 1.46 2009/01/16 14:15:12 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -194,6 +194,7 @@ buf_begin(struct md_parse *p) } +/* TODO: remove this to a print-tree output filter. */ static void print_node(const struct mdoc_node *n, int indent) {