aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_macro.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-05-31 23:49:16 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-05-31 23:49:16 +0000
commit40474646e31472973c5c23523544c73599320372 (patch)
treec5bd2887a30f64884badaf59bc63e93ddf052c13 /mdoc_macro.c
parentcf92b022147d19cfe09cf470b887681b4174ff0e (diff)
downloadmandoc-40474646e31472973c5c23523544c73599320372.tar.gz
mandoc-40474646e31472973c5c23523544c73599320372.tar.zst
mandoc-40474646e31472973c5c23523544c73599320372.zip
Lint fixes (noops).
Diffstat (limited to 'mdoc_macro.c')
-rw-r--r--mdoc_macro.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/mdoc_macro.c b/mdoc_macro.c
index 52024375..d4c8dd14 100644
--- a/mdoc_macro.c
+++ b/mdoc_macro.c
@@ -1,4 +1,4 @@
-/* $Id: mdoc_macro.c,v 1.78 2010/05/31 22:39:55 kristaps Exp $ */
+/* $Id: mdoc_macro.c,v 1.79 2010/05/31 23:49:16 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -1683,13 +1683,13 @@ phrase(struct mdoc *m, int line, int ppos, char *buf)
}
+/* ARGSUSED */
static int
phrase_ta(MACRO_PROT_ARGS)
{
int la;
enum mdoct ntok;
enum margserr ac;
- struct mdoc_node *n;
char *p;
/*
@@ -1697,7 +1697,6 @@ phrase_ta(MACRO_PROT_ARGS)
* it should simply error out with ARGSLOST.
*/
- n = m->last;
if ( ! rew_sub(MDOC_BODY, m, MDOC_It, line, ppos))
return(0);
if ( ! mdoc_body_alloc(m, line, ppos, MDOC_It))