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

Diff for /mandoc/mandocdb.c between version 1.198 and 1.199

version 1.198, 2015/10/11 21:12:54 version 1.199, 2015/10/12 00:08:15
Line 693  treescan(void)
Line 693  treescan(void)
                         continue;                          continue;
   
                 case FTS_D:                  case FTS_D:
                         /* FALLTHROUGH */  
                 case FTS_DP:                  case FTS_DP:
                         break;                          break;
   
Line 1563  parse_mdoc(struct mpage *mpage, const struct roff_meta
Line 1562  parse_mdoc(struct mpage *mpage, const struct roff_meta
         for (n = n->child; NULL != n; n = n->next) {          for (n = n->child; NULL != n; n = n->next) {
                 switch (n->type) {                  switch (n->type) {
                 case ROFFT_ELEM:                  case ROFFT_ELEM:
                         /* FALLTHROUGH */  
                 case ROFFT_BLOCK:                  case ROFFT_BLOCK:
                         /* FALLTHROUGH */  
                 case ROFFT_HEAD:                  case ROFFT_HEAD:
                         /* FALLTHROUGH */  
                 case ROFFT_BODY:                  case ROFFT_BODY:
                         /* FALLTHROUGH */  
                 case ROFFT_TAIL:                  case ROFFT_TAIL:
                         if (NULL != mdocs[n->tok].fp)                          if (NULL != mdocs[n->tok].fp)
                                if (0 == (*mdocs[n->tok].fp)(mpage, meta, n))                                 if (0 == (*mdocs[n->tok].fp)(mpage, meta, n))
Line 1922  render_string(char **public, size_t *psz)
Line 1917  render_string(char **public, size_t *psz)
                 case '\\':                  case '\\':
                         break;                          break;
                 case '\t':                  case '\t':
                         /* FALLTHROUGH */  
                 case ASCII_NBRSP:                  case ASCII_NBRSP:
                         dst[dsz++] = ' ';                          dst[dsz++] = ' ';
                         scp++;                          scp++;

Legend:
Removed from v.1.198  
changed lines
  Added in v.1.199

CVSweb