News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Preprocessor define not found

Started by childinsilence, October 07, 2010, 06:33:33 AM

Previous topic - Next topic

childinsilence

Hi,

Revision 6673 will fail to detect defines, which are inside of #ifdefs:

#define BLA
#ifdef BLA
#define BLUBB 1234
#end

int test()
{
    return BLUBB;
}


BLUBB is not detected. It isn't shown in the symbol browser under "Preprocessor symbols" and will be not completed when pressing CRTL+Space.

Loaden


Loaden


childinsilence