• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Function Pop-Up and #if 0
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.


  • Follow-Ups:
    • Re: Function Pop-Up and #if 0
      • From: David Ewing <email@hidden>
  • Prev by Date: build styles: why project based instead of target?
  • Next by Date: Framework subgroups, and Framework header directory creation
  • Previous by thread: build styles: why project based instead of target?
  • Next by thread: Re: Function Pop-Up and #if 0
  • Index(es):
    • Date
    • Thread