From d6c7a4661f77e1989e0da0c6d16c039362c1d97d Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sun, 18 Oct 2009 19:02:10 +0000 Subject: Had out.h roff-scale converters accept default unit scale (because -mdoc and -man differ). --- out.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'out.h') diff --git a/out.h b/out.h index 34e23272..6a38059f 100644 --- a/out.h +++ b/out.h @@ -50,7 +50,8 @@ struct roffsu { (p)->scale = (v); \ (p)->pt = 0; } while (/*CONSTCOND*/0) -int a2roffsu(const char *, struct roffsu *); +int a2roffsu(const char *, + struct roffsu *, enum roffscale); __END_DECLS -- cgit