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

Diff for /mandoc/out.c between version 1.28 and 1.29

version 1.28, 2010/08/24 13:56:51 version 1.29, 2010/08/29 11:28:09
Line 315  a2roffdeco(enum roffdeco *d, const char **word, size_t
Line 315  a2roffdeco(enum roffdeco *d, const char **word, size_t
                 } else                  } else
                         lim = 1;                          lim = 1;
                 break;                  break;
           case ('o'):
                   /* FALLTHROUGH */
         case ('w'):          case ('w'):
                 if ('\'' == wp[i++]) {                  if ('\'' == wp[i++]) {
                         term = '\'';                          term = '\'';

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

CVSweb