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

Diff for /mandoc/Attic/action.c between version 1.11 and 1.12

version 1.11, 2009/01/17 16:47:02 version 1.12, 2009/01/19 17:02:58
Line 298  int
Line 298  int
 mdoc_action_post(struct mdoc *mdoc)  mdoc_action_post(struct mdoc *mdoc)
 {  {
   
           if (MDOC_ACTED & mdoc->last->flags)
                   return(1);
           mdoc->last->flags |= MDOC_ACTED;
   
         if (MDOC_TEXT == mdoc->last->type)          if (MDOC_TEXT == mdoc->last->type)
                 return(1);                  return(1);
         if (MDOC_ROOT == mdoc->last->type)          if (MDOC_ROOT == mdoc->last->type)

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

CVSweb