=================================================================== RCS file: /cvs/mandoc/Attic/macro.c,v retrieving revision 1.55 retrieving revision 1.56 diff -u -p -r1.55 -r1.56 --- mandoc/Attic/macro.c 2009/02/28 20:13:06 1.55 +++ mandoc/Attic/macro.c 2009/03/05 12:08:53 1.56 @@ -1,4 +1,4 @@ -/* $Id: macro.c,v 1.55 2009/02/28 20:13:06 kristaps Exp $ */ +/* $Id: macro.c,v 1.56 2009/03/05 12:08:53 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -29,6 +29,11 @@ * 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: don't use static mdoc_argv values, as they require us to do a + * complicated copy-over when actually assigning them to dynamic memory. */ #include "private.h"