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

Diff for /mandoc/term.c between version 1.62 and 1.63

version 1.62, 2009/03/20 15:14:01 version 1.63, 2009/03/20 16:43:28
Line 1343  termp_bd_post(DECL_ARGS)
Line 1343  termp_bd_post(DECL_ARGS)
         if (MDOC_BODY != node->type)          if (MDOC_BODY != node->type)
                 return;                  return;
   
           term_flushln(p);
         p->flags &= ~TERMP_LITERAL;          p->flags &= ~TERMP_LITERAL;
         p->offset = pair->offset;          p->offset = pair->offset;
         p->flags |= TERMP_NOSPACE;          p->flags |= TERMP_NOSPACE;

Legend:
Removed from v.1.62  
changed lines
  Added in v.1.63

CVSweb