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

Diff for /mandoc/mdoc_html.c between version 1.282 and 1.284

version 1.282, 2017/05/04 22:16:09 version 1.284, 2017/05/05 13:17:55
Line 240  static const struct htmlmdoc __mdocs[MDOC_MAX - MDOC_D
Line 240  static const struct htmlmdoc __mdocs[MDOC_MAX - MDOC_D
         {mdoc_sp_pre, NULL}, /* sp */          {mdoc_sp_pre, NULL}, /* sp */
         {mdoc__x_pre, mdoc__x_post}, /* %U */          {mdoc__x_pre, mdoc__x_post}, /* %U */
         {NULL, NULL}, /* Ta */          {NULL, NULL}, /* Ta */
         {mdoc_skip_pre, NULL}, /* ll */  
 };  };
 static  const struct htmlmdoc *const mdocs = __mdocs - MDOC_Dd;  static  const struct htmlmdoc *const mdocs = __mdocs - MDOC_Dd;
   
Line 395  print_mdoc_node(MDOC_ARGS)
Line 394  print_mdoc_node(MDOC_ARGS)
                 assert(h->tblt == NULL);                  assert(h->tblt == NULL);
                 if (n->tok < ROFF_MAX) {                  if (n->tok < ROFF_MAX) {
                         roff_html_pre(h, n);                          roff_html_pre(h, n);
                           child = 0;
                         break;                          break;
                 }                  }
                 assert(n->tok >= MDOC_Dd && n->tok < MDOC_MAX);                  assert(n->tok >= MDOC_Dd && n->tok < MDOC_MAX);

Legend:
Removed from v.1.282  
changed lines
  Added in v.1.284

CVSweb