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

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

version 1.54, 2012/06/09 11:21:12 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...) \

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

CVSweb