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

Diff for /mandoc/man.c between version 1.138 and 1.139

version 1.138, 2014/08/10 23:54:41 version 1.139, 2014/09/06 23:24:32
Line 471  man_pmacro(struct man *man, int ln, char *buf, int off
Line 471  man_pmacro(struct man *man, int ln, char *buf, int off
         int              i, ppos;          int              i, ppos;
         int              bline;          int              bline;
   
         if ('"' == buf[offs]) {  
                 mandoc_msg(MANDOCERR_COMMENT_BAD, man->parse,  
                     ln, offs, NULL);  
                 return(1);  
         } else if ('\0' == buf[offs])  
                 return(1);  
   
         ppos = offs;          ppos = offs;
   
         /*          /*

Legend:
Removed from v.1.138  
changed lines
  Added in v.1.139

CVSweb