diff options
author | Yuri Pankov <yuri.pankov@nexenta.com> | 2018-08-09 15:17:53 +0300 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2018-08-10 16:17:24 +0000 |
commit | 6640c13beae5a8b03718dc6b7a9cda5dd6ab9024 (patch) | |
tree | bc4d8bf1793720d673715e41a87e0089ebdd9c4e /usr/src/cmd/mandoc/out.h | |
parent | 9fd537180d8c7ca186c4842f6262016f5e418d10 (diff) | |
download | illumos-gate-6640c13beae5a8b03718dc6b7a9cda5dd6ab9024.tar.gz |
9718 update mandoc to 1.14.4
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Robert Mustacchi <rm@joyent.com>
Approved by: Robert Mustacchi <rm@joyent.com>
Diffstat (limited to 'usr/src/cmd/mandoc/out.h')
-rw-r--r-- | usr/src/cmd/mandoc/out.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/usr/src/cmd/mandoc/out.h b/usr/src/cmd/mandoc/out.h index f6aceb9c13..9f0a541d5d 100644 --- a/usr/src/cmd/mandoc/out.h +++ b/usr/src/cmd/mandoc/out.h @@ -1,4 +1,4 @@ -/* $Id: out.h,v 1.31 2017/06/27 18:25:02 schwarze Exp $ */ +/* $Id: out.h,v 1.32 2018/06/25 16:54:59 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv> * Copyright (c) 2014, 2017 Ingo Schwarze <schwarze@openbsd.org> @@ -54,11 +54,6 @@ struct rofftbl { void *arg; /* passed to sulen, slen, and len */ }; -#define SCALE_VS_INIT(p, v) \ - do { (p)->unit = SCALE_VS; \ - (p)->scale = (v); } \ - while (/* CONSTCOND */ 0) - #define SCALE_HS_INIT(p, v) \ do { (p)->unit = SCALE_EN; \ (p)->scale = (v); } \ |