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

Diff for /mandoc/mdoc_state.c between version 1.15 and 1.16

version 1.15, 2019/01/01 07:42:04 version 1.16, 2020/01/19 18:02:00
Line 157  static const state_handler state_handlers[MDOC_MAX - M
Line 157  static const state_handler state_handlers[MDOC_MAX - M
         NULL,           /* %Q */          NULL,           /* %Q */
         NULL,           /* %U */          NULL,           /* %U */
         NULL,           /* Ta */          NULL,           /* Ta */
           NULL,           /* Tg */
 };  };
   
   

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

CVSweb