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

Diff for /mandoc/Attic/mdoctree.c between version 1.3 and 1.4

version 1.3, 2009/02/23 07:09:13 version 1.4, 2009/02/23 12:45:19
Line 34  main(int argc, char *argv[])
Line 34  main(int argc, char *argv[])
         struct mmain    *p;          struct mmain    *p;
         const struct mdoc *mdoc;          const struct mdoc *mdoc;
   
         extern int       optreset;  
         extern int       optind;  
   
         p = mmain_alloc();          p = mmain_alloc();
   
         if ( ! mmain_getopt(p, argc, argv, NULL, NULL, NULL, NULL))          if ( ! mmain_getopt(p, argc, argv, NULL, NULL, NULL, NULL))

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

CVSweb