• 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
Old C Code problem
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Old C Code problem


  • Subject: Old C Code problem
  • From: Rob Crawford <email@hidden>
  • Date: Wed, 7 Dec 2005 12:08:58 -0500

I have a lot of code that was written many many years ago. And follows an old C way of defining functions.

ext:
	void foo(a,b)
		long a;
		long b;
{
	// implumentation
}

I know I should change all these function to a more current way but it would take quite a while and if it can be avoided it would help. Is there anyway to allow XCode/gcc to allow this notation?


Thanks, Rob _______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
  • Follow-Ups:
    • Re: Old C Code problem
      • From: Eric Albert <email@hidden>
  • Prev by Date: Java Error Messages
  • Next by Date: Re: Java Error Messages
  • Previous by thread: Re: Java Error Messages
  • Next by thread: Re: Old C Code problem
  • Index(es):
    • Date
    • Thread