[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.7

version 1.6, 2017/05/04 17:48:29 version 1.7, 2017/05/05 13:17:55
Line 158  static const state_handler __state_handlers[MDOC_MAX -
Line 158  static const state_handler __state_handlers[MDOC_MAX -
         NULL,           /* sp */          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.7

CVSweb