Page 1 of 1

Nested comments

Posted: 12 Feb 2009 20:37
by Daniel Wee
The following will generate a very cryptic error:-

void main(void)
{
while (1);

/*
/* This is a comment */
*/
}

Is it possible to provide support for nested comments in the new version of the compiler?

Daniel