[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.1 and 1.2

version 1.1, 2009/03/23 14:22:11 version 1.2, 2009/03/23 15:41:09
Line 305  swarn(struct mdoc *mdoc, enum mdoc_type type, 
Line 305  swarn(struct mdoc *mdoc, enum mdoc_type type, 
  * are errors.   * are errors.
  */   */
 int  int
 macro_end(struct mdoc *mdoc)  mdoc_macroend(struct mdoc *mdoc)
 {  {
         struct mdoc_node *n;          struct mdoc_node *n;
   
         assert(mdoc->first);  
         assert(mdoc->last);  
   
         /* Scan for open explicit scopes. */          /* Scan for open explicit scopes. */
   

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb