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

Diff for /mandoc/mdoc_term.c between version 1.251 and 1.252

version 1.251, 2013/12/23 02:20:09 version 1.252, 2013/12/24 19:11:46
Line 313  print_mdoc_node(DECL_ARGS)
Line 313  print_mdoc_node(DECL_ARGS)
          */           */
   
         if (TERMP_KEEP & p->flags || MDOC_SYNPRETTY & n->flags) {          if (TERMP_KEEP & p->flags || MDOC_SYNPRETTY & n->flags) {
                 if (n->prev ? (n->prev->line != n->line) :                  if (n->prev ? (n->prev->lastline != n->line) :
                     (n->parent && n->parent->line != n->line)) {                      (n->parent && n->parent->line != n->line)) {
                         p->flags &= ~TERMP_KEEP;                          p->flags &= ~TERMP_KEEP;
                         p->flags |= TERMP_PREKEEP;                          p->flags |= TERMP_PREKEEP;

Legend:
Removed from v.1.251  
changed lines
  Added in v.1.252

CVSweb