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

Diff for /mandoc/Attic/mdoc_action.c between version 1.23 and 1.24

version 1.23, 2009/07/06 13:04:52 version 1.24, 2009/07/07 11:47:17
Line 665  post_lk(POST_ARGS)
Line 665  post_lk(POST_ARGS)
   
         n = m->last;          n = m->last;
         m->next = MDOC_NEXT_CHILD;          m->next = MDOC_NEXT_CHILD;
         /* FIXME: this isn't documented anywhere! */  
           /* XXX: this isn't documented anywhere! */
         if ( ! mdoc_word_alloc(m, m->last->line,          if ( ! mdoc_word_alloc(m, m->last->line,
                                 m->last->pos, "~"))                                  m->last->pos, "~"))
                 return(0);                  return(0);

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

CVSweb