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

Diff for /mandoc/mdoc_macro.c between version 1.14 and 1.15

version 1.14, 2009/06/17 19:02:26 version 1.15, 2009/07/06 09:21:24
Line 241  pwarn(struct mdoc *mdoc, int line, int pos, enum mwarn
Line 241  pwarn(struct mdoc *mdoc, int line, int pos, enum mwarn
                 break;                  break;
         }          }
         assert(p);          assert(p);
         return(mdoc_pwarn(mdoc, line, pos, WARN_SYNTAX, p));          return(mdoc_pwarn(mdoc, line, pos, p));
 }  }
   
   
Line 286  swarn(struct mdoc *mdoc, enum mdoc_type type, 
Line 286  swarn(struct mdoc *mdoc, enum mdoc_type type, 
                 return(mdoc_perr(mdoc, line, pos,                  return(mdoc_perr(mdoc, line, pos,
                                 "%s scope breaks %s scope of %s",                                  "%s scope breaks %s scope of %s",
                                 tt, t, n));                                  tt, t, n));
         return(mdoc_pwarn(mdoc, line, pos, WARN_SYNTAX,          return(mdoc_pwarn(mdoc, line, pos,
                                 "%s scope breaks %s scope of %s",                                  "%s scope breaks %s scope of %s",
                                 tt, t, n));                                  tt, t, n));
 }  }

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

CVSweb