Lev Lafayette <[email protected]> wrote: > test.c: > > #include <stdio.h> > int main(void) > { > int linux = 5; > return 0; > } > > Result of $ gcc -E test.c (stop after the preprocessing stage): > > .... > int main(void) > { > int 1 = 5; > return 0; > }
It still occurs if I omit the inclusion of stdio.h, so I'd describe it as a compiler bug. _______________________________________________ luv-main mailing list [email protected] http://lists.luv.asn.au/listinfo/luv-main
