Old C Code problem
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