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

Diff for /mandoc/Attic/terminal.c between version 1.7 and 1.8

version 1.7, 2009/03/23 15:20:51 version 1.8, 2009/03/25 21:46:24
Line 52  static void    sanity(const struct mdoc_node *); /* XX
Line 52  static void    sanity(const struct mdoc_node *); /* XX
   
   
 void *  void *
 latin1_alloc(void)  
 {  
   
         return(term_alloc(TERMENC_LATIN1));  
 }  
   
   
 void *  
 utf8_alloc(void)  
 {  
   
         return(term_alloc(TERMENC_UTF8));  
 }  
   
   
 void *  
 ascii_alloc(void)  ascii_alloc(void)
 {  {
   

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

CVSweb