Miklós Fazekas wrote:
> 
> Hello!
> 
> My compiler (CodeWarrior for MacOS) having trouble with the:
> void __inline__
> 
> In fxrender.c which causes it not to Link. I had to uncomment it to Link.
> Shouldn't it be __inline__ void?
> Is __inline__ to be defined for each compiler, or what is it?
> 

It should be - it's supposed to be part of ANSI C, according to the
gcc.info files, but maybe you are right to say it should be '__inline__
void'.  Does making that change allow compilation?  Probably we'll have
to end up using a #define, but I really hate doing that on aesthetic
grounds.

Keith


_______________________________________________
Mesa-dev maillist  -  [EMAIL PROTECTED]
http://lists.mesa3d.org/mailman/listinfo/mesa-dev

Reply via email to