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

Diff for /mandoc/term.c between version 1.86 and 1.87

version 1.86, 2009/07/15 15:37:48 version 1.87, 2009/07/15 15:53:57
Line 496  void
Line 496  void
 term_word(struct termp *p, const char *word)  term_word(struct termp *p, const char *word)
 {  {
   
         assert(*word);  
         if (term_isclosedelim(word))          if (term_isclosedelim(word))
                 if ( ! (TERMP_IGNDELIM & p->flags))                  if ( ! (TERMP_IGNDELIM & p->flags))
                         p->flags |= TERMP_NOSPACE;                          p->flags |= TERMP_NOSPACE;

Legend:
Removed from v.1.86  
changed lines
  Added in v.1.87

CVSweb