Subject: Re: current isn't building and I think it's
To: None <perry@piermont.com>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: current-users
Date: 12/27/2005 12:20:04
> Perhaps the right thing is to conditionalize a rename of inline in our
> headers on __STRICT_ANSI__, which would be defined any time this was
> an issue.

no.  the right way to check c99 is __STDC_VERSION__ >= 199901L.
in any case, endian.h should use __inline.

YAMAMOTO Takashi