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

Diff for /mandoc/mdoc.c between version 1.224 and 1.225

version 1.224, 2014/08/10 23:54:41 version 1.225, 2014/09/06 23:24:32
Line 793  mdoc_pmacro(struct mdoc *mdoc, int ln, char *buf, int 
Line 793  mdoc_pmacro(struct mdoc *mdoc, int ln, char *buf, int 
         char              mac[5];          char              mac[5];
         struct mdoc_node *n;          struct mdoc_node *n;
   
         /* Empty post-control lines are ignored. */  
   
         if ('"' == buf[offs]) {  
                 mandoc_msg(MANDOCERR_COMMENT_BAD, mdoc->parse,  
                     ln, offs, NULL);  
                 return(1);  
         } else if ('\0' == buf[offs])  
                 return(1);  
   
         sv = offs;          sv = offs;
   
         /*          /*

Legend:
Removed from v.1.224  
changed lines
  Added in v.1.225

CVSweb