Function Pop-Up and #if 0
Function Pop-Up and #if 0
- Subject: Function Pop-Up and #if 0
- From: Bryan Pietrzak <email@hidden>
- Date: Thu, 8 Jul 2004 16:52:51 -0500
I just filed rdar://3722111
This code will cause the function pop-up to stop showing any symbol
after function two....
--------------------------------------------------
void one(void)
{
}
void two(void)
{
#if 0
}
#endif
return err;
}
void three(void)
{
}
--------------------------------------------------
Shouldn't everything inside #if 0 ... #endif be ignored?
Bryan
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.