From 61ed3cda9170f4f414c6f2d577c68533f7bfe154 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Mon, 23 Feb 2009 15:34:53 +0000 Subject: Compiles fine on NetBSD now, too. --- argv.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'argv.c') diff --git a/argv.c b/argv.c index 30a1db6b..c7e8f46a 100644 --- a/argv.c +++ b/argv.c @@ -715,7 +715,7 @@ int mdoc_argv(struct mdoc *mdoc, int line, int tok, struct mdoc_arg *v, int *pos, char *buf) { - int i, ppos; + int i; char *p; (void)memset(v, 0, sizeof(struct mdoc_arg)); @@ -758,7 +758,6 @@ mdoc_argv(struct mdoc *mdoc, int line, int tok, /* FIXME: whitespace if no value. */ - ppos = *pos; if ( ! argv(mdoc, line, v, pos, buf)) return(ARGV_ERROR); -- cgit