Re: badly punctuated parameter list in `#define' (2.4.3-ac5 and 2 .4.4 -pre2)

2001-04-12 Thread Wayne . Brown
ayne Brown/Corporate/Altec@Altec cc: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: badly punctuated parameter list in `#define' (2.4.3-ac5 and 2 .4.4 -pre2) On Thu, Apr 12, 2001 at 03:08:28PM -0500, [EMAIL PROTECTED] wrote: > >old compiler. The r

Re: badly punctuated parameter list in `#define' (2.4.3-ac5 and 2 .4.4 -pre2)

2001-04-12 Thread Christoph Hellwig
On Thu, Apr 12, 2001 at 03:08:28PM -0500, [EMAIL PROTECTED] wrote: > >old compiler. The right ifdef seems to be: > > > > > #if __GNUC__ == 2 && __GNUC_MINOR__ < 95 > > > >Could you test it this way? > > Yes, that works for me. Is this the sort of thing you had in mind? Yes. Linus any chance

Re: badly punctuated parameter list in `#define' (2.4.3-ac5 and 2 .4.4 -pre2)

2001-04-12 Thread Christoph Hellwig
On Thu, Apr 12, 2001 at 03:08:28PM -0500, [EMAIL PROTECTED] wrote: old compiler. The right ifdef seems to be: #if __GNUC__ == 2 __GNUC_MINOR__ 95 Could you test it this way? Yes, that works for me. Is this the sort of thing you had in mind? Yes. Linus any chance to apply the

Re: badly punctuated parameter list in `#define' (2.4.3-ac5 and 2 .4.4 -pre2)

2001-04-12 Thread Wayne . Brown
/Corporate/Altec@Altec cc: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: badly punctuated parameter list in `#define' (2.4.3-ac5 and 2 .4.4 -pre2) On Thu, Apr 12, 2001 at 03:08:28PM -0500, [EMAIL PROTECTED] wrote: old compiler. The right ifdef seems to be: #if __GNUC__ == 2