[BACK]Return to defines.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / make

Diff for /src/usr.bin/make/defines.h between version 1.15 and 1.16

version 1.15, 2015/10/14 13:50:22 version 1.16, 2023/09/05 14:05:41
Line 61 
Line 61 
   
 #ifdef __GNUC__  #ifdef __GNUC__
 # define UNUSED __attribute__((__unused__))  # define UNUSED __attribute__((__unused__))
 # define HAS_INLINES  
 # define INLINE  __inline__  
 #else  #else
 # define UNUSED  # define UNUSED
 #endif  
   
 #ifdef HAS_INLINES  
 # ifndef INLINE  
 #  define INLINE        inline  
 # endif  
 #endif  #endif
   
 /*  /*

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16