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

Diff for /texi2mdoc/main.c between version 1.21 and 1.22

version 1.21, 2015/02/19 16:35:54 version 1.22, 2015/02/19 16:44:26
Line 1384  doinline(struct texi *p, enum texicmd cmd,
Line 1384  doinline(struct texi *p, enum texicmd cmd,
                 macro = "Va";                  macro = "Va";
                 break;                  break;
         default:          default:
                 abort();                  break;
         }          }
   
         if (NULL == macro || p->literal) {          if (NULL == macro || p->literal) {

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

CVSweb