[BACK]Return to roff_int.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/roff_int.h between version 1.14 and 1.15

version 1.14, 2018/12/31 07:07:43 version 1.15, 2018/12/31 07:45:42
Line 54 
Line 54 
 #define MDOC_PHRASEQF    (1 << 13) /* Quote first word encountered. */  #define MDOC_PHRASEQF    (1 << 13) /* Quote first word encountered. */
 #define MDOC_PHRASEQL    (1 << 14) /* Quote last word of this phrase. */  #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_PHRASEQN    (1 << 15) /* Quote first word of the next phrase. */
 #define MDOC_LITERAL      ROFF_NOFILL  
 #define MAN_NEWLINE       MDOC_NEWLINE  #define MAN_NEWLINE       MDOC_NEWLINE
         enum roff_sec     lastsec; /* Last section seen. */          enum roff_sec     lastsec; /* Last section seen. */
         enum roff_sec     lastnamed; /* Last standard section seen. */          enum roff_sec     lastnamed; /* Last standard section seen. */

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15