summaryrefslogtreecommitdiffstats
path: root/roff.h
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-05-05 15:17:32 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-05-05 15:17:32 +0000
commit59ff183bfbf2ef15bb6bae96290e8347aef13fb0 (patch)
tree44bdd5ee7af707828e02619c5b92b76ff63f5a20 /roff.h
parent3f8e564abc73c1abd2c1286b5e767b2b101aae57 (diff)
downloadmandoc-59ff183bfbf2ef15bb6bae96290e8347aef13fb0.tar.gz
Move .sp to the roff modules. Enough infrastructure is in place
now that this actually saves code: -70 LOC.
Diffstat (limited to 'roff.h')
-rw-r--r--roff.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/roff.h b/roff.h
index 0d5c09b8..ba1ef8f2 100644
--- a/roff.h
+++ b/roff.h
@@ -69,6 +69,7 @@ enum roff_tok {
ROFF_br = 0,
ROFF_ft,
ROFF_ll,
+ ROFF_sp,
ROFF_MAX,
ROFF_ab,
ROFF_ad,
@@ -261,7 +262,6 @@ enum roff_tok {
ROFF_shift,
ROFF_sizes,
ROFF_so,
- /* MAN_sp, MDOC_sp */
ROFF_spacewidth,
ROFF_special,
ROFF_spreadwarn,
@@ -429,7 +429,6 @@ enum roff_tok {
MDOC_En,
MDOC_Dx,
MDOC__Q,
- MDOC_sp,
MDOC__U,
MDOC_Ta,
MDOC_MAX,
@@ -453,7 +452,6 @@ enum roff_tok {
MAN_I,
MAN_IR,
MAN_RI,
- MAN_sp,
MAN_nf,
MAN_fi,
MAN_RE,