=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/defines.h,v retrieving revision 1.15 retrieving revision 1.16 diff -c -r1.15 -r1.16 *** src/usr.bin/make/defines.h 2015/10/14 13:50:22 1.15 --- src/usr.bin/make/defines.h 2023/09/05 14:05:41 1.16 *************** *** 1,7 **** #ifndef DEFINES_H #define DEFINES_H ! /* $OpenBSD: defines.h,v 1.15 2015/10/14 13:50:22 espie Exp $ */ /* * Copyright (c) 2001 Marc Espie. --- 1,7 ---- #ifndef DEFINES_H #define DEFINES_H ! /* $OpenBSD: defines.h,v 1.16 2023/09/05 14:05:41 jsg Exp $ */ /* * Copyright (c) 2001 Marc Espie. *************** *** 61,76 **** #ifdef __GNUC__ # define UNUSED __attribute__((__unused__)) - # define HAS_INLINES - # define INLINE __inline__ #else # define UNUSED - #endif - - #ifdef HAS_INLINES - # ifndef INLINE - # define INLINE inline - # endif #endif /* --- 61,68 ----