-/* $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>
*
}
+/* ARGSUSED */
static int
phrase_ta(MACRO_PROT_ARGS)
{
int la;
enum mdoct ntok;
enum margserr ac;
- struct mdoc_node *n;
char *p;
/*
* 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))