[BACK]Return to roff.h CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/roff.h between version 1.49 and 1.50

version 1.49, 2017/06/04 22:44:15 version 1.50, 2017/06/06 15:01:04
Line 67  enum roff_type {
Line 67  enum roff_type {
   
 enum    roff_tok {  enum    roff_tok {
         ROFF_br = 0,          ROFF_br = 0,
           ROFF_ce,
         ROFF_ft,          ROFF_ft,
         ROFF_ll,          ROFF_ll,
         ROFF_mc,          ROFF_mc,
Line 101  enum roff_tok {
Line 102  enum roff_tok {
         ROFF_brpnl,          ROFF_brpnl,
         ROFF_c2,          ROFF_c2,
         ROFF_cc,          ROFF_cc,
         ROFF_ce,  
         ROFF_cf,          ROFF_cf,
         ROFF_cflags,          ROFF_cflags,
         ROFF_ch,          ROFF_ch,

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50

CVSweb