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

Diff for /mandoc/Attic/mdocml.c between version 1.48 and 1.49

version 1.48, 2009/01/17 14:04:25 version 1.49, 2009/01/19 17:51:33
Line 1 
Line 1 
 /* $Id$ */          /* $Id$ */
 /*  /*
  * Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>   * Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
  *   *
Line 232  parse_leave(struct md_parse *p, int code)
Line 232  parse_leave(struct md_parse *p, int code)
   
         if ( ! mdoc_endparse(p->mdoc))          if ( ! mdoc_endparse(p->mdoc))
                 code = 0;                  code = 0;
         if (p->print && (n = mdoc_result(p->mdoc)))          if (p->print && (n = mdoc_node(p->mdoc)))
                 (*p->print)(n);                  (*p->print)(n);
   
         mdoc_free(p->mdoc);          mdoc_free(p->mdoc);

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49

CVSweb