Re: [PATCH] Spell __attribute__ correctly in cache.h.

2005-08-29 Thread Martijn Kuipers
med to suggest -fstd=c9x (if I understood correclty). This gave the same results. I hope this makes it a bit more useful :-) If not, just let me know. Kind regards, Martijn Antti-Juhani Kaijanaho wrote: Martijn Kuipers wrote: [EMAIL PROTECTED]:~$ gcc-2.95 --std=c99 -pedantic -Wall -W -

Re: [PATCH] Spell __attribute__ correctly in cache.h.

2005-08-29 Thread Martijn Kuipers
Hi, I still had 2.95 on my machine (Debian). Results are: [EMAIL PROTECTED]:~$ gcc-2.95 --version 2.95.4 [EMAIL PROTECTED]:~$ gcc-2.95 --std=c99 -pedantic -Wall -W -ofoo foo.c cc1: unknown C standard `c99' foo.c:5: field `b' has incomplete type foo.c: In function `main': foo.c:20: warning: unkn