=================================================================== RCS file: /cvs/mandoc/mdoc_argv.c,v retrieving revision 1.88 retrieving revision 1.90 diff -u -p -r1.88 -r1.90 --- mandoc/mdoc_argv.c 2013/12/22 14:06:36 1.88 +++ mandoc/mdoc_argv.c 2014/03/23 11:25:26 1.90 @@ -1,4 +1,4 @@ -/* $Id: mdoc_argv.c,v 1.88 2013/12/22 14:06:36 schwarze Exp $ */ +/* $Id: mdoc_argv.c,v 1.90 2014/03/23 11:25:26 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2012 Ingo Schwarze @@ -28,6 +28,7 @@ #include "mdoc.h" #include "mandoc.h" +#include "mandoc_aux.h" #include "libmdoc.h" #include "libmandoc.h" @@ -536,12 +537,12 @@ args(struct mdoc *mdoc, int line, int *pos, /* Skip ahead. */ ; return(rc); - } + } - /* + /* * Process a quoted literal. A quote begins with a double-quote * and ends with a double-quote NOT preceded by a double-quote. - * Null-terminate the literal in place. + * NUL-terminate the literal in place. * Collapse pairs of quotes inside quoted literals. * Whitespace is NOT involved in literal termination. */