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

Diff for /mandoc/roff.c between version 1.178 and 1.179

version 1.178, 2013/07/13 12:52:07 version 1.179, 2013/10/05 20:30:05
Line 627  roff_parsetext(char **bufp, size_t *szp, int pos, int 
Line 627  roff_parsetext(char **bufp, size_t *szp, int pos, int 
                         /* Skip over escapes. */                          /* Skip over escapes. */
                         p++;                          p++;
                         esc = mandoc_escape                          esc = mandoc_escape
                                 ((const char **)&p, NULL, NULL);                                  ((const char const **)&p, NULL, NULL);
                         if (ESCAPE_ERROR == esc)                          if (ESCAPE_ERROR == esc)
                                 break;                                  break;
                         continue;                          continue;

Legend:
Removed from v.1.178  
changed lines
  Added in v.1.179

CVSweb