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

Diff for /mandoc/term.c between version 1.72 and 1.73

version 1.72, 2009/04/03 11:08:39 version 1.73, 2009/04/03 12:27:18
Line 59  terminal_man(void *arg, const struct man *man)
Line 59  terminal_man(void *arg, const struct man *man)
         struct termp    *p;          struct termp    *p;
   
         p = (struct termp *)arg;          p = (struct termp *)arg;
   
         if (NULL == p->symtab)          if (NULL == p->symtab)
                 p->symtab = term_ascii2htab();                  p->symtab = term_ascii2htab();
   
Line 73  terminal_mdoc(void *arg, const struct mdoc *mdoc)
Line 72  terminal_mdoc(void *arg, const struct mdoc *mdoc)
         struct termp    *p;          struct termp    *p;
   
         p = (struct termp *)arg;          p = (struct termp *)arg;
   
         if (NULL == p->symtab)          if (NULL == p->symtab)
                 p->symtab = term_ascii2htab();                  p->symtab = term_ascii2htab();
   

Legend:
Removed from v.1.72  
changed lines
  Added in v.1.73

CVSweb