Subject: Re: current isn't building and I think it's
To: Garrett D'Amore <garrett_damore@tadpole.com>
From: Perry E. Metzger <perry@piermont.com>
List: current-users
Date: 12/27/2005 12:26:13
I wrote...

>I think the most strictly correct thing is to use "__inline" for all
>include files mentioned in POSIX. However, maybe the #ifdef hack I
>mentioned to you in private mail would work. I'm not sure. I am
>somewhat inclined to back out to "__inline" for POSIX include files
>for now, but I want to think about it.

I've now done the __inline thing for the small number of include files
where it was user visible, so anything C89 or after should now be
fine. (I'll be doing more testing to see if I missed something).

Perry