=================================================================== RCS file: /cvs/mandoc/out.c,v retrieving revision 1.14 retrieving revision 1.17 diff -u -p -r1.14 -r1.17 --- mandoc/out.c 2010/04/07 11:25:38 1.14 +++ mandoc/out.c 2010/06/25 19:50:23 1.17 @@ -1,6 +1,6 @@ -/* $Id: out.c,v 1.14 2010/04/07 11:25:38 kristaps Exp $ */ +/* $Id: out.c,v 1.17 2010/06/25 19:50:23 kristaps Exp $ */ /* - * Copyright (c) 2009 Kristaps Dzonsons + * Copyright (c) 2009 Kristaps Dzonsons * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -139,8 +139,6 @@ a2roffsu(const char *src, struct roffsu *dst, enum rof if ((dst->scale = atof(buf)) < 0) dst->scale = 0; dst->unit = unit; - dst->pt = hasd; - return(1); } @@ -197,13 +195,12 @@ int 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'):