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

Diff for /mandoc/main.c between version 1.170 and 1.172

version 1.170, 2014/03/19 21:51:20 version 1.172, 2014/03/23 11:25:26
Line 28 
Line 28 
 #include <unistd.h>  #include <unistd.h>
   
 #include "mandoc.h"  #include "mandoc.h"
   #include "mandoc_aux.h"
 #include "main.h"  #include "main.h"
 #include "mdoc.h"  #include "mdoc.h"
 #include "man.h"  #include "man.h"
Line 294  parse(struct curparse *curp, int fd, 
Line 295  parse(struct curparse *curp, int fd, 
                 }                  }
         }          }
   
         mparse_result(curp->mp, &mdoc, &man);          mparse_result(curp->mp, &mdoc, &man, NULL);
   
         /* Execute the out device, if it exists. */          /* Execute the out device, if it exists. */
   

Legend:
Removed from v.1.170  
changed lines
  Added in v.1.172

CVSweb