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

Diff for /mandoc/mandocdb.c between version 1.53 and 1.55

version 1.53, 2012/06/09 11:00:13 version 1.55, 2012/06/09 14:11:16
Line 44 
Line 44 
 #include "mdoc.h"  #include "mdoc.h"
 #include "man.h"  #include "man.h"
 #include "mandoc.h"  #include "mandoc.h"
 #include "mandocdb.h"  
 #include "manpath.h"  #include "manpath.h"
   #include "mansearch.h"
   
 /* Post a warning to stderr. */  /* Post a warning to stderr. */
 #define WARNING(_f, _b, _fmt, _args...) \  #define WARNING(_f, _b, _fmt, _args...) \
Line 509  main(int argc, char *argv[])
Line 509  main(int argc, char *argv[])
                          * turn off synchronous mode for much better                           * turn off synchronous mode for much better
                          * performance.                           * performance.
                          */                           */
   #ifndef __APPLE__
                         SQL_EXEC("PRAGMA synchronous = OFF");                          SQL_EXEC("PRAGMA synchronous = OFF");
   #endif
   
                         if (0 == ofmerge(mc, mp, dirs.paths[j]))                          if (0 == ofmerge(mc, mp, dirs.paths[j]))
                                 goto out;                                  goto out;

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.55

CVSweb