aboutsummaryrefslogtreecommitdiffstatshomepage
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
commitac714e0488d7c68718c62be1daa50511092a070d (patch)
tree23603ba00471fb588afdd3b7c5765fab62424249 /roff.h
parent264209da4a75cf323caf3e1a5e89534f15086b73 (diff)
downloadmandoc-ac714e0488d7c68718c62be1daa50511092a070d.tar.gz
mandoc-ac714e0488d7c68718c62be1daa50511092a070d.tar.zst
mandoc-ac714e0488d7c68718c62be1daa50511092a070d.zip
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.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/roff.h b/roff.h
index 3c0ed006..64f4eb8a 100644
--- a/roff.h
+++ b/roff.h
@@ -1,4 +1,4 @@
-/* $Id: roff.h,v 1.45 2017/05/05 13:17:55 schwarze Exp $ */
+/* $Id: roff.h,v 1.46 2017/05/05 15:17:32 schwarze Exp $ */
/*
* Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2013, 2014, 2015, 2017 Ingo Schwarze <schwarze@openbsd.org>
@@ -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,