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

Diff for /texi2mdoc/main.c between version 1.18 and 1.19

version 1.18, 2015/02/19 15:34:20 version 1.19, 2015/02/19 15:40:44
Line 964  parseeoln(struct texi *p, const char *buf, size_t sz, 
Line 964  parseeoln(struct texi *p, const char *buf, size_t sz, 
         size_t           end;          size_t           end;
         enum texicmd     cmd;          enum texicmd     cmd;
   
         assert(0 == p->literal);  
   
         while (*pos < sz && '\n' != buf[*pos]) {          while (*pos < sz && '\n' != buf[*pos]) {
                 while (*pos < sz && isws(buf[*pos])) {                  while (*pos < sz && isws(buf[*pos])) {
                         p->seenws = 1;                          p->seenws = 1;
                           if (p->literal)
                                   texiputchar(p, buf[*pos]);
                         advance(p, buf, pos);                          advance(p, buf, pos);
                 }                  }
                 switch (buf[*pos]) {                  switch (buf[*pos]) {

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

CVSweb