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

Diff for /mandoc/Attic/mdocterm.c between version 1.4 and 1.5

version 1.4, 2009/02/23 09:33:34 version 1.5, 2009/02/23 12:45:19
Line 24 
Line 24 
 #include <stdlib.h>  #include <stdlib.h>
 #include <string.h>  #include <string.h>
   
   #ifdef __linux__
   #include <time.h>
   #endif
   
 #include "mmain.h"  #include "mmain.h"
 #include "term.h"  #include "term.h"
   
Line 60  main(int argc, char *argv[])
Line 64  main(int argc, char *argv[])
         struct mmain    *p;          struct mmain    *p;
         const struct mdoc *mdoc;          const struct mdoc *mdoc;
         struct termp     termp;          struct termp     termp;
   
         extern int       optreset;  
         extern int       optind;  
   
         p = mmain_alloc();          p = mmain_alloc();
   

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

CVSweb