-/* $Id: out.c,v 1.14 2010/04/07 11:25:38 kristaps Exp $ */
+/* $Id: out.c,v 1.15 2010/04/07 11:29:55 kristaps Exp $ */
/*
* Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
*
a2roffdeco(enum roffdeco *d,
const char **word, size_t *sz)
{
- int j, offs, term, lim;
+ int j, term, lim;
char set;
const char *wp, *sp;
*d = DECO_NONE;
wp = *word;
- offs = 0;
switch ((set = *wp)) {
case ('\0'):