[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] gcc



Am 03.02.2010, 00:25 Uhr, schrieb Helmut Karlowski <helmut.karlowski@ish.de>:

but emits a warning if this

   union { char *s; long l; } u; u.l = (long)0;

is followed by a declaration.

In C99 this is allowed - gcc3 is C90.

--
Helmut Karlowski