Write this code
void main()
{
}

void func1()
{
}
#ifdef THING1
void func2()
{
}
#endif

#ifdef THING2
#else
#ifdef THING3
void func3()
{
}
#endif
void func4()
{
}
#endif

void func5()
{
}

#ifndef THING4
#ifdef THING5
void func6()
{
}
#endif
void func7()
{
}
#endif
void func8()
{
}



then refresh the function list: functions func3 and func4 will not be listed.

-- 
<http://forum.pspad.com/read.php?4,47487,47487>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem