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

Diff for /mandoc/main.c between version 1.272 and 1.273

version 1.272, 2016/07/15 19:33:01 version 1.273, 2016/07/19 13:36:13
Line 51 
Line 51 
 #include "manconf.h"  #include "manconf.h"
 #include "mansearch.h"  #include "mansearch.h"
   
 #if !defined(__GNUC__) || (__GNUC__ < 2)  
 # if !defined(lint)  
 #  define __attribute__(x)  
 # endif  
 #endif /* !defined(__GNUC__) || (__GNUC__ < 2) */  
   
 enum    outmode {  enum    outmode {
         OUTMODE_DEF = 0,          OUTMODE_DEF = 0,
         OUTMODE_FLN,          OUTMODE_FLN,

Legend:
Removed from v.1.272  
changed lines
  Added in v.1.273

CVSweb