[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.64

version 1.62, 2009/03/20 15:14:01 version 1.64, 2009/03/21 09:42:07
Line 300  const struct termact __termacts[MDOC_MAX] = {
Line 300  const struct termact __termacts[MDOC_MAX] = {
         { NULL, NULL }, /* Es */          { NULL, NULL }, /* Es */
         { NULL, NULL }, /* En */          { NULL, NULL }, /* En */
         { termp_dx_pre, NULL }, /* Dx */          { termp_dx_pre, NULL }, /* Dx */
           { NULL, NULL }, /* %Q */
 };  };
   
 const struct termact *termacts = __termacts;  const struct termact *termacts = __termacts;
Line 1343  termp_bd_post(DECL_ARGS)
Line 1344  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.64

CVSweb