News:

Download Pelles C here: http://www.smorgasbordet.com/pellesc/

Main Menu

IDE Crashes when comments

Started by Grincheux, September 01, 2016, 11:55:22 AM

Previous topic - Next topic

Grincheux

I explain

/*
void MyFunc(...)
{
DoSomething(..) ;
// a = 3 ;
DoOtherThing() ;

return ;
}
*/

When removing lines from /* to */ the IDE crashes. This is caused by the single line comment