[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.6 and 1.8

version 1.6, 2017/05/04 17:48:29 version 1.8, 2017/05/05 15:17:32
Line 155  static const state_handler __state_handlers[MDOC_MAX -
Line 155  static const state_handler __state_handlers[MDOC_MAX -
         NULL,           /* En */          NULL,           /* En */
         NULL,           /* Dx */          NULL,           /* Dx */
         NULL,           /* %Q */          NULL,           /* %Q */
         NULL,           /* sp */  
         NULL,           /* %U */          NULL,           /* %U */
         NULL,           /* Ta */          NULL,           /* Ta */
         NULL,           /* ll */  
 };  };
 static const state_handler *const state_handlers = __state_handlers - MDOC_Dd;  static const state_handler *const state_handlers = __state_handlers - MDOC_Dd;
   

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.8

CVSweb