[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.308 and 1.309

version 1.308, 2015/02/05 01:46:56 version 1.309, 2015/02/11 14:15:12
Line 1989  termp_eo_pre(DECL_ARGS)
Line 1989  termp_eo_pre(DECL_ARGS)
             n->child->end != ENDBODY_NOT)              n->child->end != ENDBODY_NOT)
                 term_word(p, "\\&");                  term_word(p, "\\&");
         else if (n->end != ENDBODY_NOT ? n->child != NULL :          else if (n->end != ENDBODY_NOT ? n->child != NULL :
              n->parent->head->child != NULL &&               n->parent->head->child != NULL && (n->child != NULL ||
              (n->parent->body->child != NULL ||               (n->parent->tail != NULL && n->parent->tail->child != NULL)))
               n->parent->tail->child != NULL))  
                 p->flags |= TERMP_NOSPACE;                  p->flags |= TERMP_NOSPACE;
   
         return(1);          return(1);

Legend:
Removed from v.1.308  
changed lines
  Added in v.1.309

CVSweb