=================================================================== RCS file: /cvs/mandoc/roff_int.h,v retrieving revision 1.14 retrieving revision 1.15 diff -u -p -r1.14 -r1.15 --- mandoc/roff_int.h 2018/12/31 07:08:12 1.14 +++ mandoc/roff_int.h 2018/12/31 07:46:07 1.15 @@ -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 * Copyright (c) 2013,2014,2015,2017,2018 Ingo Schwarze @@ -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. */