[BACK]Return to config.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / man

Diff for /src/usr.bin/man/Attic/config.c between version 1.5 and 1.6

version 1.5, 2003/11/09 23:00:04 version 1.6, 2004/09/15 22:20:03
Line 161 
Line 161 
                         return (tp);                          return (tp);
         return (NULL);          return (NULL);
 }  }
   
 void  
 debug(char *l)  
 {  
         TAG *tp;  
         ENTRY *ep;  
   
         (void)printf("%s ===============\n", l);  
         for (tp = head.tqh_first; tp != NULL; tp = tp->q.tqe_next) {  
                 printf("%s\n", tp->s);  
                 for (ep = tp->list.tqh_first; ep != NULL; ep = ep->q.tqe_next)  
                         printf("\t%s\n", ep->s);  
         }  
 }  

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6