aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roff_int.h
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2018-12-31 07:46:07 +0000
committerIngo Schwarze <schwarze@openbsd.org>2018-12-31 07:46:07 +0000
commit288ba2a3bff8e3088cb3d7234b0e92fa6d0bcd35 (patch)
tree2a0eb6d4cfcdfbb61f53360cdd1fd9b6ba57bff2 /roff_int.h
parent6833508f150b9e1131c3e4446b71833171c103f0 (diff)
downloadmandoc-288ba2a3bff8e3088cb3d7234b0e92fa6d0bcd35.tar.gz
mandoc-288ba2a3bff8e3088cb3d7234b0e92fa6d0bcd35.tar.zst
mandoc-288ba2a3bff8e3088cb3d7234b0e92fa6d0bcd35.zip
Cleanup, no functional change:
Use the new parser flag ROFF_NOFILL in the mdoc(7) parser, too, instead of the old MDOC_LITERAL, which was an alias for the former MAN_LITERAL.
Diffstat (limited to 'roff_int.h')
-rw-r--r--roff_int.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/roff_int.h b/roff_int.h
index 29afb92f..e13b53e6 100644
--- a/roff_int.h
+++ b/roff_int.h
@@ -1,4 +1,4 @@
-/* $Id: roff_int.h,v 1.14 2018/12/31 07:08:12 schwarze Exp $ */
+/* $Id: roff_int.h,v 1.15 2018/12/31 07:46:07 schwarze Exp $ */
/*
* Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2013,2014,2015,2017,2018 Ingo Schwarze <schwarze@openbsd.org>
@@ -54,7 +54,6 @@ struct roff_man {
#define MDOC_PHRASEQF (1 << 13) /* Quote first word encountered. */
#define MDOC_PHRASEQL (1 << 14) /* Quote last word of this phrase. */
#define MDOC_PHRASEQN (1 << 15) /* Quote first word of the next phrase. */
-#define MDOC_LITERAL ROFF_NOFILL
#define MAN_NEWLINE MDOC_NEWLINE
enum roff_sec lastsec; /* Last section seen. */
enum roff_sec lastnamed; /* Last standard section seen. */