From 3234ace1ba2fef84ad009e6822dd76699a34e344 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Fri, 25 Jun 2010 19:50:23 +0000 Subject: Remove "pt" from struct roffsu, as CSS (the only reason it was there) is unclear about which units accept floats/integers, which leads me to assume that it handles either and rounds as appropriate. --- term_ps.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'term_ps.c') diff --git a/term_ps.c b/term_ps.c index 7d6891d9..d4eaa9ba 100644 --- a/term_ps.c +++ b/term_ps.c @@ -1,4 +1,4 @@ -/* $Id: term_ps.c,v 1.11 2010/06/25 18:53:14 kristaps Exp $ */ +/* $Id: term_ps.c,v 1.12 2010/06/25 19:50:23 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -431,6 +431,7 @@ ps_setfont(struct termp *p, enum termfont f) } +/* ARGSUSED */ static size_t ps_width(const struct termp *p, char c) { -- cgit v1.2.3