=================================================================== RCS file: /cvs/mandoc/mdoc_macro.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- mandoc/mdoc_macro.c 2009/03/27 14:56:15 1.4 +++ mandoc/mdoc_macro.c 2009/03/31 13:50:19 1.5 @@ -1,4 +1,4 @@ -/* $Id: mdoc_macro.c,v 1.4 2009/03/27 14:56:15 kristaps Exp $ */ +/* $Id: mdoc_macro.c,v 1.5 2009/03/31 13:50:19 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -23,12 +23,6 @@ #include #include "libmdoc.h" - -/* - * This has scanning/parsing routines, each of which extract a macro and - * its arguments and parameters, then know how to progress to the next - * macro. - */ /* FIXME: .Fl, .Ar, .Cd handling of `|'. */