Hi,
The source tcconio.c contains the following line:
void tcconio_init( void ) __attribute__((constructor));
This compiles OK with LCC-WIN32 but I get this error with PellesC:
error #2001: Syntax error: expected ';' but found '__attribute__'.
My problem is that I don't understand this construct that should terminate with a ";" for me as for PellesC.
Does somebody can help me ?