The following reply was made to PR os-next/1613; it has been noted by GNATS.
From: [EMAIL PROTECTED] To: Dean Gaudet <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Subject: Re: os-next/1613: can't compile Date: Fri, 2 Jan 1998 11:10:51 -0800 (PST) I modified conf.h I got rid of the if/else and left #define ap_inline #define __attribute__(__x) Now I'm just getting the same compile error as on NeXT Mach 3.3 (os- next/1614) Thanks Keith >#if !defined(__GNUC__) || __GNUC__ < 2 || __GNUC_MINOR__ < 7 >#define ap_inline >#define __attribute__(__x) >#else >#define ap_inline __inline__ >#define USE_GNU_INLINE >#endif
